#55425B

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

Shades of Bossanova #55425B

Tints of Bossanova #55425B

Color information

#55425B (or 0x55425B) is unknown color: approx Bossanova. HEX triplet: 55, 42 and 5B. RGB value is (85,66,91). Sum of RGB (Red+Green+Blue) = 85+66+91=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #55425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55425B is #AABDA4. Grayscale: #4A4A4A. Windows color (decimal): -11189669 or 5980757. OLE color: 5980757.

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

Color convert

RGB856691-
CMYK0.070.2700.64
HSL285.6º15.92%30.78%-
HSV(B)285.6º27.47%35.69%-
XYZ7.586.5810.77-
YUV74.53137.29135.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=35.12%
G=27.27%
B=37.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8566910.070.2700.64285.615.9230.78
Hex55425B71B04011e101f
Octal12510213373301004362037
Binary10101011000010101101111111011010000001000111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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