#574058

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

Shades of Bossanova #574058

Tints of Bossanova #574058

Color information

#574058 (or 0x574058) is unknown color: approx Bossanova. HEX triplet: 57, 40 and 58. RGB value is (87,64,88). Sum of RGB (Red+Green+Blue) = 87+64+88=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #574058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574058 is #A8BFA7. Grayscale: #494949. Windows color (decimal): -11059112 or 5783639. OLE color: 5783639.

HSL color Cylindrical-coordinate representation of color #574058: hue angle of 297.5º 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 #574058 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876488-
CMYK0.010.2700.65
HSL297.5º15.79%29.8%-
HSV(B)297.5º27.27%34.51%-
XYZ7.536.410.07-
YUV73.61136.12137.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=36.40%
G=26.78%
B=36.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8764880.010.2700.65297.515.7929.8
Hex57405811B04112a101e
Octal12710013013301014522036
Binary101011110000001011000111011010000011001010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574058; }

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

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

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

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

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

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

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

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