#574258

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

Shades of Bossanova #574258

Tints of Bossanova #574258

Color information

#574258 (or 0x574258) is unknown color: approx Bossanova. HEX triplet: 57, 42 and 58. RGB value is (87,66,88). Sum of RGB (Red+Green+Blue) = 87+66+88=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #574258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574258 is #A8BDA7. Grayscale: #4A4A4A. Windows color (decimal): -11058600 or 5784151. OLE color: 5784151.

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

Color convert

RGB876688-
CMYK0.010.2500.65
HSL297.27º14.29%30.2%-
HSV(B)297.27º25%34.51%-
XYZ7.646.6310.11-
YUV74.79135.46136.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=36.10%
G=27.39%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8766880.010.2500.65297.2714.2930.2
Hex574258119041129e1e
Octal12710213013101014511636
Binary10101111000010101100011100101000001100101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574258; }

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

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

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

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

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

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

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

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