#574259

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

Shades of Bossanova #574259

Tints of Bossanova #574259

Color information

#574259 (or 0x574259) is unknown color: approx Bossanova. HEX triplet: 57, 42 and 59. RGB value is (87,66,89). Sum of RGB (Red+Green+Blue) = 87+66+89=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #574259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574259 is #A8BDA6. Grayscale: #4A4A4A. Windows color (decimal): -11058599 or 5849687. OLE color: 5849687.

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

Color convert

RGB876689-
CMYK0.020.2600.65
HSL294.78º14.84%30.39%-
HSV(B)294.78º25.84%34.9%-
XYZ7.686.6410.33-
YUV74.9135.96136.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=35.95%
G=27.27%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8766890.020.2600.65294.7814.8430.39
Hex57425921A041127f1e
Octal12710213123201014471736
Binary101011110000101011001101101001000001100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574259; }

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

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

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

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

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

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

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

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