#5A455A

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

Shades of Bossanova #5A455A

Tints of Bossanova #5A455A

Color information

#5A455A (or 0x5A455A) is unknown color: approx Bossanova. HEX triplet: 5A, 45 and 5A. RGB value is (90,69,90). Sum of RGB (Red+Green+Blue) = 90+69+90=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A455A is #A5BAA5. Grayscale: #4D4D4D. Windows color (decimal): -10861222 or 5915994. OLE color: 5915994.

HSL color Cylindrical-coordinate representation of color #5A455A: hue angle of 300º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A455A is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB906990-
CMYK00.2300.65
HSL300º13.21%31.18%-
HSV(B)300º23.33%35.29%-
XYZ8.197.1710.62-
YUV77.67134.96136.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=36.14%
G=27.71%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90699000.2300.6530013.2131.18
Hex5A455A01704112cd1f
Octal13210513202701014541537
Binary10110101000101101101001011101000001100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A455A; }

 p { color: rgb(90,69,90); }

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

<style>
 a { background-color: #5A455A; }

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

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

<style>
 span { border-color: #5A455A; }

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

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