#57425A

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

Shades of Bossanova #57425A

Tints of Bossanova #57425A

Color information

#57425A (or 0x57425A) is unknown color: approx Bossanova. HEX triplet: 57, 42 and 5A. RGB value is (87,66,90). Sum of RGB (Red+Green+Blue) = 87+66+90=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #57425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57425A is #A8BDA5. Grayscale: #4A4A4A. Windows color (decimal): -11058598 or 5915223. OLE color: 5915223.

HSL color Cylindrical-coordinate representation of color #57425A: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57425A is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876690-
CMYK0.030.2700.65
HSL292.5º15.38%30.59%-
HSV(B)292.5º26.67%35.29%-
XYZ7.726.6610.55-
YUV75.02136.46136.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=35.80%
G=27.16%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8766900.030.2700.65292.515.3830.59
Hex57425A31B041124f1f
Octal12710213233301014441737
Binary101011110000101011010111101101000001100100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57425A; }

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

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

<style>
 a { background-color: #57425A; }

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

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

<style>
 span { border-color: #57425A; }

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

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