#55425A

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

Shades of Bossanova #55425A

Tints of Bossanova #55425A

Color information

#55425A (or 0x55425A) is unknown color: approx Bossanova. HEX triplet: 55, 42 and 5A. RGB value is (85,66,90). Sum of RGB (Red+Green+Blue) = 85+66+90=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #55425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55425A is #AABDA5. Grayscale: #4A4A4A. Windows color (decimal): -11189670 or 5915221. OLE color: 5915221.

HSL color Cylindrical-coordinate representation of color #55425A: hue angle of 287.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55425A is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB856690-
CMYK0.060.2700.65
HSL287.5º15.38%30.59%-
HSV(B)287.5º26.67%35.29%-
XYZ7.546.5710.54-
YUV74.42136.79135.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=35.27%
G=27.39%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8566900.060.2700.65287.515.3830.59
Hex55425A61B041120f1f
Octal12510213263301014401737
Binary1010101100001010110101101101101000001100100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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