#5A405D

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

Shades of Bossanova #5A405D

Tints of Bossanova #5A405D

Color information

#5A405D (or 0x5A405D) is unknown color: approx Bossanova. HEX triplet: 5A, 40 and 5D. RGB value is (90,64,93). Sum of RGB (Red+Green+Blue) = 90+64+93=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A405D is #A5BFA2. Grayscale: #4A4A4A. Windows color (decimal): -10862499 or 6111322. OLE color: 6111322.

HSL color Cylindrical-coordinate representation of color #5A405D: hue angle of 293.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A405D is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB906493-
CMYK0.030.3100.64
HSL293.79º18.47%30.78%-
HSV(B)293.79º31.18%36.47%-
XYZ8.036.6311.21-
YUV75.08138.11138.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=36.44%
G=25.91%
B=37.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9064930.030.3100.64293.7918.4730.78
Hex5A405D31F040126121f
Octal13210013533701004462237
Binary1011010100000010111011111111010000001001001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,64,93); }

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

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

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

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

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

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

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