#574459

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

Shades of Bossanova #574459

Tints of Bossanova #574459

Color information

#574459 (or 0x574459) is unknown color: approx Bossanova. HEX triplet: 57, 44 and 59. RGB value is (87,68,89). Sum of RGB (Red+Green+Blue) = 87+68+89=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #574459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574459 is #A8BBA6. Grayscale: #4C4C4C. Windows color (decimal): -11058087 or 5850199. OLE color: 5850199.

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

Color convert

RGB876889-
CMYK0.020.2400.65
HSL294.29º13.38%30.78%-
HSV(B)294.29º23.6%34.9%-
XYZ7.86.8810.37-
YUV76.08135.29135.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=35.66%
G=27.87%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8768890.020.2400.65294.2913.3830.78
Hex574459218041126d1f
Octal12710413123001014461537
Binary101011110001001011001101100001000001100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574459; }

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

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

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

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

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

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

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

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