#5A3E5E

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

Shades of Bossanova #5A3E5E

Tints of Bossanova #5A3E5E

Color information

#5A3E5E (or 0x5A3E5E) is unknown color: approx Bossanova. HEX triplet: 5A, 3E and 5E. RGB value is (90,62,94). Sum of RGB (Red+Green+Blue) = 90+62+94=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A3E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3E5E is #A5C1A1. Grayscale: #494949. Windows color (decimal): -10863010 or 6176346. OLE color: 6176346.

HSL color Cylindrical-coordinate representation of color #5A3E5E: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3E5E is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB906294-
CMYK0.040.3400.63
HSL292.5º20.51%30.59%-
HSV(B)292.5º34.04%36.86%-
XYZ7.966.4311.41-
YUV74.02139.28139.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.59%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=36.59%
G=25.20%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9062940.040.3400.63292.520.5130.59
Hex5A3E5E42203F124151f
Octal132761364420774442537
Binary1011010111110101111010010001001111111001001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,62,94); }

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

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

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

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

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

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

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