#55465B

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

Shades of Honey Flower #55465B

Tints of Honey Flower #55465B

Color information

#55465B (or 0x55465B) is unknown color: approx Honey Flower. HEX triplet: 55, 46 and 5B. RGB value is (85,70,91). Sum of RGB (Red+Green+Blue) = 85+70+91=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 91 - color contains mainly: blue. Hex color #55465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465B is #AAB9A4. Grayscale: #4C4C4C. Windows color (decimal): -11188645 or 5981781. OLE color: 5981781.

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

Color convert

RGB857091-
CMYK0.070.2300.64
HSL282.86º13.04%31.57%-
HSV(B)282.86º23.08%35.69%-
XYZ7.827.0710.85-
YUV76.88135.97133.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 70 (27.73% from 255) = 28.46%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=34.55%
G=28.46%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8570910.070.2300.64282.8613.0431.57
Hex55465B71704011bd20
Octal12510613372701004331540
Binary10101011000110101101111110111010000001000110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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