Html Css Color HEX #56495E Honey Flower

📋 copy color: '#56495E'

red 86 ◦ green 73 ◦ blue 94

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

Shades of Honey Flower #56495E

Tints of Honey Flower #56495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 33.99%
G = 28.85%
B = 37.15%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#56495E (or 0x56495E) is known color: Honey Flower. HEX triplet: 56, 49 and 5E. RGB value is (86,73,94). Sum of RGB (Red+Green+Blue) = 86+73+94=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #56495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56495E is #A9B6A1. Grayscale: #4F4F4F. Windows color (decimal): -11122338 or 6179158. OLE color: 6179158.

HSL color Cylindrical-coordinate representation of color #56495E: hue angle of 277.14º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56495E is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 73 94 -
CMYK 0.09 0.22 0 0.63
HSL 277.14º 0.13% 0.33% -
HSV(B) 277.14º 0.22% 0.37% -
XYZ 8.24 7.55 11.61 -
YUV 79.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 86 73 94 0.09 0.22 0 0.63 277.14 0.13 0.33
Hex 56 49 5E 9 16 0 3F 115 D 21
Octal 126 111 136 11 26 0 77 425 15 41
Binary 1010110 1001001 1011110 1001 10110 0 111111 100010101 1101 100001

Color Harmonies of #56495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56495E

Black with #56495E

Text Example


Text Example

White with #56495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56495E; }

 p { color: rgb(86,73,94); }

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

background-color css

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

 a { background-color: rgb(86,73,94); }

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

border-color css

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

 span { border-color: rgb(86,73,94); }

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