#534957

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

Shades of Bossanova #534957

Tints of Bossanova #534957

Color information

#534957 (or 0x534957) is unknown color: approx Bossanova. HEX triplet: 53, 49 and 57. RGB value is (83,73,87). Sum of RGB (Red+Green+Blue) = 83+73+87=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #534957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534957 is #ACB6A8. Grayscale: #4D4D4D. Windows color (decimal): -11318953 or 5720403. OLE color: 5720403.

HSL color Cylindrical-coordinate representation of color #534957: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534957 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB837387-
CMYK0.050.1600.66
HSL282.86º8.75%31.37%-
HSV(B)282.86º16.09%34.12%-
XYZ7.677.2910.02-
YUV77.59133.31131.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=34.16%
G=30.04%
B=35.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8373870.050.1600.66282.868.7531.37
Hex53495751004211b91f
Octal12311112752001024331137
Binary1010011100100110101111011000001000010100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534957; }

 p { color: rgb(83,73,87); }

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

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

 a { background-color: rgb(83,73,87); }

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

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

 span { border-color: rgb(83,73,87); }

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