Html Css Color HEX #564462 Honey Flower

📋 copy color: '#564462'

red 86 ◦ green 68 ◦ blue 98

#564462
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #564462

Tints of Honey Flower #564462

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 value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564462 (or 0x564462) is known color: 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

RGB 86 68 98 -
CMYK 0.12 0.31 0 0.62
HSL 276º 0.18% 0.33% -
HSV(B) 276º 0.31% 0.38% -
XYZ 8.11 6.99 12.48 -
YUV 76.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 86 68 98 0.12 0.31 0 0.62 276 0.18 0.33
Hex 56 44 62 C 1F 0 3E 114 12 21
Octal 126 104 142 14 37 0 76 424 22 41
Binary 1010110 1000100 1100010 1100 11111 0 111110 100010100 10010 100001

Color Harmonies of #564462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564462

Black with #564462

Text Example


Text Example

White with #564462

Text Example


Text Example

HTML Codes & Css Web 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>