#573958

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

Shades of Bossanova #573958

Tints of Bossanova #573958

Color information

#573958 (or 0x573958) is unknown color: approx Bossanova. HEX triplet: 57, 39 and 58. RGB value is (87,57,88). Sum of RGB (Red+Green+Blue) = 87+57+88=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #573958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573958 is #A8C6A7. Grayscale: #454545. Windows color (decimal): -11060904 or 5781847. OLE color: 5781847.

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

Color convert

RGB875788-
CMYK0.010.3500.65
HSL298.06º21.38%28.43%-
HSV(B)298.06º35.23%34.51%-
XYZ7.165.669.95-
YUV69.5138.44140.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=37.5%
G=24.57%
B=37.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8757880.010.3500.65298.0621.3828.43
Hex57395812304112a151c
Octal1277113014301014522534
Binary101011111100110110001100011010000011001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573958; }

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

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

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

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

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

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

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

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