#564462

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

Shades of Honey Flower #564462

Tints of Honey Flower #564462

Color information

#564462 (or 0x564462) is unknown color: approx Honey Flower. HEX triplet: 56, 44 and 62. RGB value is (86,68,98). Sum of RGB (Red+Green+Blue) = 86+68+98=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #564462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564462 is #A9BB9D. Grayscale: #4C4C4C. Windows color (decimal): -11123614 or 6440022. OLE color: 6440022.

HSL color Cylindrical-coordinate representation of color #564462: hue angle of 276º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #564462 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB866898-
CMYK0.120.3100.62
HSL276º18.07%32.55%-
HSV(B)276º30.61%38.43%-
XYZ8.116.9912.48-
YUV76.8139.96134.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=34.13%
G=26.98%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8668980.120.3100.6227618.0732.55
Hex564462C1F03E1141221
Octal12610414214370764242241
Binary101011010001001100010110011111011111010001010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564462; }

 p { color: rgb(86,68,98); }

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

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

 a { background-color: rgb(86,68,98); }

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

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

 span { border-color: rgb(86,68,98); }

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