#574558

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

Shades of Bossanova #574558

Tints of Bossanova #574558

Color information

#574558 (or 0x574558) is unknown color: approx Bossanova. HEX triplet: 57, 45 and 58. RGB value is (87,69,88). Sum of RGB (Red+Green+Blue) = 87+69+88=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #574558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574558 is #A8BAA7. Grayscale: #4C4C4C. Windows color (decimal): -11057832 or 5784919. OLE color: 5784919.

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

Color convert

RGB876988-
CMYK0.010.2200.65
HSL296.84º12.1%30.78%-
HSV(B)296.84º21.59%34.51%-
XYZ7.826.9910.17-
YUV76.55134.46135.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=35.66%
G=28.28%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8769880.010.2200.65296.8412.130.78
Hex574558116041129c1f
Octal12710513012601014511437
Binary10101111000101101100011011001000001100101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574558; }

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

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

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

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

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

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

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

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