Html Css Color HEX #564562 Honey Flower

📋 copy color: '#564562'

red 86 ◦ green 69 ◦ blue 98

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

Shades of Honey Flower #564562

Tints of Honey Flower #564562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 33.99%
G = 27.27%
B = 38.74%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564562 (or 0x564562) is known color: Honey Flower. HEX triplet: 56, 45 and 62. RGB value is (86,69,98). Sum of RGB (Red+Green+Blue) = 86+69+98=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #564562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564562 is #A9BA9D. Grayscale: #4D4D4D. Windows color (decimal): -11123358 or 6440278. OLE color: 6440278.

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

Color convert

RGB 86 69 98 -
CMYK 0.12 0.30 0 0.62
HSL 275.17º 0.17% 0.33% -
HSV(B) 275.17º 0.3% 0.38% -
XYZ 8.17 7.12 12.5 -
YUV 77.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 86 69 98 0.12 0.30 0 0.62 275.17 0.17 0.33
Hex 56 45 62 C 1E 0 3E 113 11 21
Octal 126 105 142 14 36 0 76 423 21 41
Binary 1010110 1000101 1100010 1100 11110 0 111110 100010011 10001 100001

Color Harmonies of #564562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564562

Black with #564562

Text Example


Text Example

White with #564562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564562; }

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

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

background-color css

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

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

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

border-color css

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

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

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