#574059

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

Shades of Bossanova #574059

Tints of Bossanova #574059

Color information

#574059 (or 0x574059) is unknown color: approx Bossanova. HEX triplet: 57, 40 and 59. RGB value is (87,64,89). Sum of RGB (Red+Green+Blue) = 87+64+89=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #574059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574059 is #A8BFA6. Grayscale: #494949. Windows color (decimal): -11059111 or 5849175. OLE color: 5849175.

HSL color Cylindrical-coordinate representation of color #574059: hue angle of 295.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #574059 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876489-
CMYK0.020.2800.65
HSL295.2º16.34%30%-
HSV(B)295.2º28.09%34.9%-
XYZ7.576.4110.29-
YUV73.73136.62137.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=36.25%
G=26.67%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8764890.020.2800.65295.216.3430
Hex57405921C041127101e
Octal12710013123401014472036
Binary1010111100000010110011011100010000011001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574059; }

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

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

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

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

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

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

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

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