Html Css Color HEX #564A5D Honey Flower

📋 copy color: '#564A5D'

red 86 ◦ green 74 ◦ blue 93

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

Shades of Honey Flower #564A5D

Tints of Honey Flower #564A5D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 33.99%
G = 29.25%
B = 36.76%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#564A5D (or 0x564A5D) is known color: Honey Flower. HEX triplet: 56, 4A and 5D. RGB value is (86,74,93). Sum of RGB (Red+Green+Blue) = 86+74+93=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #564A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A5D is #A9B5A2. Grayscale: #4F4F4F. Windows color (decimal): -11122083 or 6113878. OLE color: 6113878.

HSL color Cylindrical-coordinate representation of color #564A5D: hue angle of 277.89º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564A5D is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 74 93 -
CMYK 0.08 0.20 0 0.64
HSL 277.89º 0.11% 0.33% -
HSV(B) 277.89º 0.2% 0.36% -
XYZ 8.26 7.67 11.4 -
YUV 79.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 86 74 93 0.08 0.20 0 0.64 277.89 0.11 0.33
Hex 56 4A 5D 8 14 0 40 116 B 21
Octal 126 112 135 10 24 0 100 426 13 41
Binary 1010110 1001010 1011101 1000 10100 0 1000000 100010110 1011 100001

Color Harmonies of #564A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A5D

Black with #564A5D

Text Example


Text Example

White with #564A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564A5D; }

 p { color: rgb(86,74,93); }

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

background-color css

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

 a { background-color: rgb(86,74,93); }

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

border-color css

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

 span { border-color: rgb(86,74,93); }

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