#574B58

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

Shades of Bossanova #574B58

Tints of Bossanova #574B58

Color information

#574B58 (or 0x574B58) is unknown color: approx Bossanova. HEX triplet: 57, 4B and 58. RGB value is (87,75,88). Sum of RGB (Red+Green+Blue) = 87+75+88=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #574B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B58 is #A8B4A7. Grayscale: #505050. Windows color (decimal): -11056296 or 5786455. OLE color: 5786455.

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

Color convert

RGB877588-
CMYK0.010.1500.65
HSL295.38º7.98%31.96%-
HSV(B)295.38º14.77%34.51%-
XYZ8.217.7610.3-
YUV80.07132.48132.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 75 (29.69% from 255) = 30%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=34.8%
G=30%
B=35.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8775880.010.1500.65295.387.9831.96
Hex574B581F041127820
Octal12711313011701014471040
Binary10101111001011101100011111010000011001001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B58; }

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

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

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

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

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

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

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

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