#534756

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

Shades of Bossanova #534756

Tints of Bossanova #534756

Color information

#534756 (or 0x534756) is unknown color: approx Bossanova. HEX triplet: 53, 47 and 56. RGB value is (83,71,86). Sum of RGB (Red+Green+Blue) = 83+71+86=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #534756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534756 is #ACB8A9. Grayscale: #4C4C4C. Windows color (decimal): -11319466 or 5654355. OLE color: 5654355.

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

Color convert

RGB837186-
CMYK0.030.1700.66
HSL288º9.55%30.78%-
HSV(B)288º17.44%33.73%-
XYZ7.57.029.76-
YUV76.3133.48132.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=34.58%
G=29.58%
B=35.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8371860.030.1700.662889.5530.78
Hex534756311042120a1f
Octal12310712632101024401237
Binary101001110001111010110111000101000010100100000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534756; }

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

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

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

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

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

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

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

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