#55475B

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

Shades of Honey Flower #55475B

Tints of Honey Flower #55475B

Color information

#55475B (or 0x55475B) is unknown color: approx Honey Flower. HEX triplet: 55, 47 and 5B. RGB value is (85,71,91). Sum of RGB (Red+Green+Blue) = 85+71+91=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #55475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55475B is #AAB8A4. Grayscale: #4D4D4D. Windows color (decimal): -11188389 or 5982037. OLE color: 5982037.

HSL color Cylindrical-coordinate representation of color #55475B: hue angle of 282º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55475B is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB857191-
CMYK0.070.2200.64
HSL282º12.35%31.76%-
HSV(B)282º21.98%35.69%-
XYZ7.897.1910.87-
YUV77.47135.64133.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=34.41%
G=28.74%
B=36.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8571910.070.2200.6428212.3531.76
Hex55475B71604011ac20
Octal12510713372601004321440
Binary10101011000111101101111110110010000001000110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55475B; }

 p { color: rgb(85,71,91); }

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

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

 a { background-color: rgb(85,71,91); }

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

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

 span { border-color: rgb(85,71,91); }

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