#57405A

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

Shades of Bossanova #57405A

Tints of Bossanova #57405A

Color information

#57405A (or 0x57405A) is unknown color: approx Bossanova. HEX triplet: 57, 40 and 5A. RGB value is (87,64,90). Sum of RGB (Red+Green+Blue) = 87+64+90=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #57405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57405A is #A8BFA5. Grayscale: #494949. Windows color (decimal): -11059110 or 5914711. OLE color: 5914711.

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

Color convert

RGB876490-
CMYK0.030.2900.65
HSL293.08º16.88%30.2%-
HSV(B)293.08º28.89%35.29%-
XYZ7.616.4310.51-
YUV73.84137.12137.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=36.10%
G=26.56%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8764900.030.2900.65293.0816.8830.2
Hex57405A31D041125111e
Octal12710013233501014452136
Binary1010111100000010110101111101010000011001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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