Html Css Color HEX #564760 Honey Flower

📋 copy color: '#564760'

red 86 ◦ green 71 ◦ blue 96

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

Shades of Honey Flower #564760

Tints of Honey Flower #564760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

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

R = 33.99%
G = 28.06%
B = 37.94%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564760 (or 0x564760) is known color: Honey Flower. HEX triplet: 56, 47 and 60. RGB value is (86,71,96). Sum of RGB (Red+Green+Blue) = 86+71+96=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #564760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564760 is #A9B89F. Grayscale: #4E4E4E. Windows color (decimal): -11122848 or 6309718. OLE color: 6309718.

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

Color convert

RGB 86 71 96 -
CMYK 0.10 0.26 0 0.62
HSL 276º 0.15% 0.33% -
HSV(B) 276º 0.26% 0.38% -
XYZ 8.2 7.33 12.05 -
YUV 78.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 86 71 96 0.10 0.26 0 0.62 276 0.15 0.33
Hex 56 47 60 A 1A 0 3E 114 F 21
Octal 126 107 140 12 32 0 76 424 17 41
Binary 1010110 1000111 1100000 1010 11010 0 111110 100010100 1111 100001

Color Harmonies of #564760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564760

Black with #564760

Text Example


Text Example

White with #564760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564760; }

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

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

background-color css

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

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

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

border-color css

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

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

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