#55435A

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

Shades of Bossanova #55435A

Tints of Bossanova #55435A

Color information

#55435A (or 0x55435A) is unknown color: approx Bossanova. HEX triplet: 55, 43 and 5A. RGB value is (85,67,90). Sum of RGB (Red+Green+Blue) = 85+67+90=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #55435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55435A is #AABCA5. Grayscale: #4A4A4A. Windows color (decimal): -11189414 or 5915477. OLE color: 5915477.

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

Color convert

RGB856790-
CMYK0.060.2600.65
HSL286.96º14.65%30.78%-
HSV(B)286.96º25.56%35.29%-
XYZ7.66.6810.56-
YUV75136.46135.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=35.12%
G=27.69%
B=37.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8567900.060.2600.65286.9614.6530.78
Hex55435A61A04111ff1f
Octal12510313263201014371737
Binary1010101100001110110101101101001000001100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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