#553F57

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

Shades of Bossanova #553F57

Tints of Bossanova #553F57

Color information

#553F57 (or 0x553F57) is unknown color: approx Bossanova. HEX triplet: 55, 3F and 57. RGB value is (85,63,87). Sum of RGB (Red+Green+Blue) = 85+63+87=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #553F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F57 is #AAC0A8. Grayscale: #484848. Windows color (decimal): -11190441 or 5717845. OLE color: 5717845.

HSL color Cylindrical-coordinate representation of color #553F57: hue angle of 295º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553F57 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB856387-
CMYK0.020.2800.66
HSL295º16%29.41%-
HSV(B)295º27.59%34.12%-
XYZ7.246.179.83-
YUV72.31136.29137.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=36.17%
G=26.81%
B=37.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8563870.020.2800.662951629.41
Hex553F5721C042127101d
Octal1257712723401024472035
Binary101010111111110101111011100010000101001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F57; }

 p { color: rgb(85,63,87); }

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

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

 a { background-color: rgb(85,63,87); }

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

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

 span { border-color: rgb(85,63,87); }

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