Html Css Color HEX #564762 Honey Flower

📋 copy color: '#564762'

red 86 ◦ green 71 ◦ blue 98

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

Shades of Honey Flower #564762

Tints of Honey Flower #564762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 33.73%
G = 27.84%
B = 38.43%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564762 (or 0x564762) is known color: Honey Flower. HEX triplet: 56, 47 and 62. RGB value is (86,71,98). Sum of RGB (Red+Green+Blue) = 86+71+98=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #564762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564762 is #A9B89D. Grayscale: #4E4E4E. Windows color (decimal): -11122846 or 6440790. OLE color: 6440790.

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

Color convert

RGB 86 71 98 -
CMYK 0.12 0.28 0 0.62
HSL 273.33º 0.16% 0.33% -
HSV(B) 273.33º 0.28% 0.38% -
XYZ 8.3 7.37 12.54 -
YUV 78.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 86 71 98 0.12 0.28 0 0.62 273.33 0.16 0.33
Hex 56 47 62 C 1C 0 3E 111 10 21
Octal 126 107 142 14 34 0 76 421 20 41
Binary 1010110 1000111 1100010 1100 11100 0 111110 100010001 10000 100001

Color Harmonies of #564762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564762

Black with #564762

Text Example


Text Example

White with #564762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564762; }

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

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

background-color css

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

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

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

border-color css

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

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

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