#534257

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

Shades of Bossanova #534257

Tints of Bossanova #534257

Color information

#534257 (or 0x534257) is unknown color: approx Bossanova. HEX triplet: 53, 42 and 57. RGB value is (83,66,87). Sum of RGB (Red+Green+Blue) = 83+66+87=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #534257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534257 is #ACBDA8. Grayscale: #494949. Windows color (decimal): -11320745 or 5718611. OLE color: 5718611.

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

Color convert

RGB836687-
CMYK0.050.2400.66
HSL288.57º13.73%30%-
HSV(B)288.57º24.14%34.12%-
XYZ7.246.429.88-
YUV73.48135.63134.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=35.17%
G=27.97%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8366870.050.2400.66288.5713.7330
Hex534257518042121e1e
Octal12310212753001024411636
Binary1010011100001010101111011100001000010100100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534257; }

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

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

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

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

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

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

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

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