Html Css Color HEX #564860 Honey Flower

📋 copy color: '#564860'

red 86 ◦ green 72 ◦ blue 96

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

Shades of Honey Flower #564860

Tints of Honey Flower #564860

RGB

 RED value IS 86 (33.98% from 255) = 33.86%

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 33.86%
G = 28.35%
B = 37.8%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564860 (or 0x564860) is known color: Honey Flower. HEX triplet: 56, 48 and 60. RGB value is (86,72,96). Sum of RGB (Red+Green+Blue) = 86+72+96=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #564860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564860 is #A9B79F. Grayscale: #4E4E4E. Windows color (decimal): -11122592 or 6309974. OLE color: 6309974.

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

Color convert

RGB 86 72 96 -
CMYK 0.10 0.25 0 0.62
HSL 275º 0.14% 0.33% -
HSV(B) 275º 0.25% 0.38% -
XYZ 8.27 7.46 12.07 -
YUV 78.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 86 72 96 0.10 0.25 0 0.62 275 0.14 0.33
Hex 56 48 60 A 19 0 3E 113 E 21
Octal 126 110 140 12 31 0 76 423 16 41
Binary 1010110 1001000 1100000 1010 11001 0 111110 100010011 1110 100001

Color Harmonies of #564860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564860

Black with #564860

Text Example


Text Example

White with #564860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564860; }

 p { color: rgb(86,72,96); }

 H1.HeaderClassName
 {
   color: #564860;
 }
 .AnyTagClassName
 {
   color: #564860;
 }
</style>

background-color css

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

 a { background-color: rgb(86,72,96); }

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

border-color css

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

 span { border-color: rgb(86,72,96); }

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