#574859

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

Shades of Bossanova #574859

Tints of Bossanova #574859

Color information

#574859 (or 0x574859) is unknown color: approx Bossanova. HEX triplet: 57, 48 and 59. RGB value is (87,72,89). Sum of RGB (Red+Green+Blue) = 87+72+89=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #574859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574859 is #A8B7A6. Grayscale: #4E4E4E. Windows color (decimal): -11057063 or 5851223. OLE color: 5851223.

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

Color convert

RGB877289-
CMYK0.020.1900.65
HSL292.94º10.56%31.57%-
HSV(B)292.94º19.1%34.9%-
XYZ8.057.3810.45-
YUV78.42133.97134.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=35.08%
G=29.03%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8772890.020.1900.65292.9410.5631.57
Hex574859213041125b20
Octal12711013122301014451340
Binary1010111100100010110011010011010000011001001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574859; }

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

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

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

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

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

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

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

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