#534C56

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

Shades of Bossanova #534C56

Tints of Bossanova #534C56

Color information

#534C56 (or 0x534C56) is unknown color: approx Bossanova. HEX triplet: 53, 4C and 56. RGB value is (83,76,86). Sum of RGB (Red+Green+Blue) = 83+76+86=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 86 - color contains mainly: blue. Hex color #534C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C56 is #ACB3A9. Grayscale: #4F4F4F. Windows color (decimal): -11318186 or 5655635. OLE color: 5655635.

HSL color Cylindrical-coordinate representation of color #534C56: hue angle of 282º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534C56 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB837686-
CMYK0.030.1200.66
HSL282º6.17%31.76%-
HSV(B)282º11.63%33.73%-
XYZ7.837.689.87-
YUV79.23131.82130.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=33.88%
G=31.02%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8376860.030.1200.662826.1731.76
Hex534C563C04211a620
Octal1231141263140102432640
Binary10100111001100101011011110001000010100011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534C56; }

 p { color: rgb(83,76,86); }

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

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

 a { background-color: rgb(83,76,86); }

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

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

 span { border-color: rgb(83,76,86); }

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