#563270

Color #563270 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #563270

Tints of Honey Flower #563270

Color information

#563270 (or 0x563270) is unknown color: approx Honey Flower. HEX triplet: 56, 32 and 70. RGB value is (86,50,112). Sum of RGB (Red+Green+Blue) = 86+50+112=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #563270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563270 is #A9CD8F. Grayscale: #434343. Windows color (decimal): -11128208 or 7352918. OLE color: 7352918.

HSL color Cylindrical-coordinate representation of color #563270: hue angle of 274.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #563270 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8650112-
CMYK0.230.5500.56
HSL274.84º38.27%31.76%-
HSV(B)274.84º55.36%43.92%-
XYZ7.95.4315.96-
YUV67.83152.93140.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=34.68%
G=20.16%
B=45.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86501120.230.5500.56274.8438.2731.76
Hex56327017370381132620
Octal1266216027670704234640
Binary10101101100101110000101111101110111000100010011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563270; }

 p { color: rgb(86,50,112); }

 H1.HeaderClassName
 {
   color: #563270;
 }
 .AnyTagClassName
 {
   color: #563270;
 }
</style>
background-color css

<style>
 a { background-color: #563270; }

 a { background-color: rgb(86,50,112); }

 div.DivClassName
 {
   background-color: #563270;
 }
 .BgClassName
 {
   background-color: #563270;
 }
</style>
border-color css

<style>
 span { border-color: #563270; }

 span { border-color: rgb(86,50,112); }

 td.TdClassName
 {
   border-color: #563270;
 }
 .TagClassName
 {
   border-color: #563270;
 }
</style>