Html Css Color HEX #564660 Honey Flower

📋 copy color: '#564660'

red 86 ◦ green 70 ◦ blue 96

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

Shades of Honey Flower #564660

Tints of Honey Flower #564660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 34.13%
G = 27.78%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564660 (or 0x564660) is known color: Honey Flower. HEX triplet: 56, 46 and 60. RGB value is (86,70,96). Sum of RGB (Red+Green+Blue) = 86+70+96=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #564660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564660 is #A9B99F. Grayscale: #4D4D4D. Windows color (decimal): -11123104 or 6309462. OLE color: 6309462.

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

Color convert

RGB 86 70 96 -
CMYK 0.10 0.27 0 0.62
HSL 276.92º 0.16% 0.33% -
HSV(B) 276.92º 0.27% 0.38% -
XYZ 8.14 7.2 12.03 -
YUV 77.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 86 70 96 0.10 0.27 0 0.62 276.92 0.16 0.33
Hex 56 46 60 A 1B 0 3E 115 10 21
Octal 126 106 140 12 33 0 76 425 20 41
Binary 1010110 1000110 1100000 1010 11011 0 111110 100010101 10000 100001

Color Harmonies of #564660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564660

Black with #564660

Text Example


Text Example

White with #564660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564660; }

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

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

background-color css

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

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

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

border-color css

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

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

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