#55415A

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

Shades of Bossanova #55415A

Tints of Bossanova #55415A

Color information

#55415A (or 0x55415A) is unknown color: approx Bossanova. HEX triplet: 55, 41 and 5A. RGB value is (85,65,90). Sum of RGB (Red+Green+Blue) = 85+65+90=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #55415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55415A is #AABEA5. Grayscale: #494949. Windows color (decimal): -11189926 or 5914965. OLE color: 5914965.

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

Color convert

RGB856590-
CMYK0.060.2800.65
HSL288º16.13%30.39%-
HSV(B)288º27.78%35.29%-
XYZ7.486.4510.52-
YUV73.83137.13135.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=35.42%
G=27.08%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8565900.060.2800.6528816.1330.39
Hex55415A61C041120101e
Octal12510113263401014402036
Binary10101011000001101101011011100010000011001000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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