#574159

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

Shades of Bossanova #574159

Tints of Bossanova #574159

Color information

#574159 (or 0x574159) is unknown color: approx Bossanova. HEX triplet: 57, 41 and 59. RGB value is (87,65,89). Sum of RGB (Red+Green+Blue) = 87+65+89=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #574159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574159 is #A8BEA6. Grayscale: #4A4A4A. Windows color (decimal): -11058855 or 5849431. OLE color: 5849431.

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

Color convert

RGB876589-
CMYK0.020.2700.65
HSL295º15.58%30.2%-
HSV(B)295º26.97%34.9%-
XYZ7.626.5310.31-
YUV74.31136.29137.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=36.10%
G=26.97%
B=36.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8765890.020.2700.6529515.5830.2
Hex57415921B041127101e
Octal12710113123301014472036
Binary1010111100000110110011011011010000011001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574159; }

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

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

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

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

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

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

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

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