Html Css Color HEX #564561 Honey Flower

📋 copy color: '#564561'

red 86 ◦ green 69 ◦ blue 97

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

Shades of Honey Flower #564561

Tints of Honey Flower #564561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 34.13%
G = 27.38%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#564561 (or 0x564561) is known color: Honey Flower. HEX triplet: 56, 45 and 61. RGB value is (86,69,97). Sum of RGB (Red+Green+Blue) = 86+69+97=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #564561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564561 is #A9BA9E. Grayscale: #4D4D4D. Windows color (decimal): -11123359 or 6374742. OLE color: 6374742.

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

Color convert

RGB 86 69 97 -
CMYK 0.11 0.29 0 0.62
HSL 276.43º 0.17% 0.33% -
HSV(B) 276.43º 0.29% 0.38% -
XYZ 8.12 7.1 12.25 -
YUV 77.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 86 69 97 0.11 0.29 0 0.62 276.43 0.17 0.33
Hex 56 45 61 B 1D 0 3E 114 11 21
Octal 126 105 141 13 35 0 76 424 21 41
Binary 1010110 1000101 1100001 1011 11101 0 111110 100010100 10001 100001

Color Harmonies of #564561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564561

Black with #564561

Text Example


Text Example

White with #564561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564561; }

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

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

background-color css

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

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

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

border-color css

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

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

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