#563170

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

Shades of Honey Flower #563170

Tints of Honey Flower #563170

Color information

#563170 (or 0x563170) is unknown color: approx Honey Flower. HEX triplet: 56, 31 and 70. RGB value is (86,49,112). Sum of RGB (Red+Green+Blue) = 86+49+112=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #563170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563170 is #A9CE8F. Grayscale: #434343. Windows color (decimal): -11128464 or 7352662. OLE color: 7352662.

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

Color convert

RGB8649112-
CMYK0.230.5600.56
HSL275.24º39.13%31.57%-
HSV(B)275.24º56.25%43.92%-
XYZ7.865.3415.95-
YUV67.24153.26141.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=34.82%
G=19.84%
B=45.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86491120.230.5600.56275.2439.1331.57
Hex56317017380381132720
Octal1266116027700704234740
Binary10101101100011110000101111110000111000100010011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563170; }

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

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

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

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

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

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

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

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