Html Css Color HEX #564060 Honey Flower

📋 copy color: '#564060'

red 86 ◦ green 64 ◦ blue 96

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

Shades of Honey Flower #564060

Tints of Honey Flower #564060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

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

R = 34.96%
G = 26.02%
B = 39.02%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564060 (or 0x564060) is known color: Honey Flower. HEX triplet: 56, 40 and 60. RGB value is (86,64,96). Sum of RGB (Red+Green+Blue) = 86+64+96=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #564060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564060 is #A9BF9F. Grayscale: #4A4A4A. Windows color (decimal): -11124640 or 6307926. OLE color: 6307926.

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

Color convert

RGB 86 64 96 -
CMYK 0.10 0.33 0 0.62
HSL 281.25º 0.2% 0.31% -
HSV(B) 281.25º 0.33% 0.38% -
XYZ 7.78 6.49 11.91 -
YUV 74.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 86 64 96 0.10 0.33 0 0.62 281.25 0.2 0.31
Hex 56 40 60 A 21 0 3E 119 14 1F
Octal 126 100 140 12 41 0 76 431 24 37
Binary 1010110 1000000 1100000 1010 100001 0 111110 100011001 10100 11111

Color Harmonies of #564060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564060

Black with #564060

Text Example


Text Example

White with #564060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564060; }

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

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

background-color css

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

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

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

border-color css

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

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

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