#5A495A

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

Shades of Bossanova #5A495A

Tints of Bossanova #5A495A

Color information

#5A495A (or 0x5A495A) is unknown color: approx Bossanova. HEX triplet: 5A, 49 and 5A. RGB value is (90,73,90). Sum of RGB (Red+Green+Blue) = 90+73+90=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A495A is #A5B6A5. Grayscale: #4F4F4F. Windows color (decimal): -10860198 or 5917018. OLE color: 5917018.

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

Color convert

RGB907390-
CMYK00.1900.65
HSL300º10.43%31.96%-
HSV(B)300º18.89%35.29%-
XYZ8.447.6810.71-
YUV80.02133.63135.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=35.57%
G=28.85%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90739000.1900.6530010.4331.96
Hex5A495A01304112ca20
Octal13211113202301014541240
Binary101101010010011011010010011010000011001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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