#55405A

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

Shades of Bossanova #55405A

Tints of Bossanova #55405A

Color information

#55405A (or 0x55405A) is unknown color: approx Bossanova. HEX triplet: 55, 40 and 5A. RGB value is (85,64,90). Sum of RGB (Red+Green+Blue) = 85+64+90=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #55405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55405A is #AABFA5. Grayscale: #494949. Windows color (decimal): -11190182 or 5914709. OLE color: 5914709.

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

Color convert

RGB856490-
CMYK0.060.2900.65
HSL288.46º16.88%30.2%-
HSV(B)288.46º28.89%35.29%-
XYZ7.436.3410.5-
YUV73.24137.46136.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=35.56%
G=26.78%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8564900.060.2900.65288.4616.8830.2
Hex55405A61D041120111e
Octal12510013263501014402136
Binary10101011000000101101011011101010000011001000001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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