#55445C

Color #55445C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #55445C

Tints of Honey Flower #55445C

Color information

#55445C (or 0x55445C) is unknown color: approx Honey Flower. HEX triplet: 55, 44 and 5C. RGB value is (85,68,92). Sum of RGB (Red+Green+Blue) = 85+68+92=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #55445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55445C is #AABBA3. Grayscale: #4B4B4B. Windows color (decimal): -11189156 or 6046805. OLE color: 6046805.

HSL color Cylindrical-coordinate representation of color #55445C: hue angle of 282.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55445C is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB856892-
CMYK0.080.2600.64
HSL282.5º15%31.37%-
HSV(B)282.5º26.09%36.08%-
XYZ7.756.8411.04-
YUV75.82137.13134.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=34.69%
G=27.76%
B=37.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8568920.080.2600.64282.51531.37
Hex55445C81A04011af1f
Octal125104134103201004321737
Binary10101011000100101110010001101001000000100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55445C; }

 p { color: rgb(85,68,92); }

 H1.HeaderClassName
 {
   color: #55445C;
 }
 .AnyTagClassName
 {
   color: #55445C;
 }
</style>
background-color css

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

 a { background-color: rgb(85,68,92); }

 div.DivClassName
 {
   background-color: #55445C;
 }
 .BgClassName
 {
   background-color: #55445C;
 }
</style>
border-color css

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

 span { border-color: rgb(85,68,92); }

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