#5A425B

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

Shades of Bossanova #5A425B

Tints of Bossanova #5A425B

Color information

#5A425B (or 0x5A425B) is unknown color: approx Bossanova. HEX triplet: 5A, 42 and 5B. RGB value is (90,66,91). Sum of RGB (Red+Green+Blue) = 90+66+91=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A425B is #A5BDA4. Grayscale: #4B4B4B. Windows color (decimal): -10861989 or 5980762. OLE color: 5980762.

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

Color convert

RGB906691-
CMYK0.010.2700.64
HSL297.6º15.92%30.78%-
HSV(B)297.6º27.47%35.69%-
XYZ8.056.8310.79-
YUV76.03136.45137.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=36.44%
G=26.72%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9066910.010.2700.64297.615.9230.78
Hex5A425B11B04012a101f
Octal13210213313301004522037
Binary101101010000101011011111011010000001001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,91); }

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

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

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

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

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

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

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