#534856

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

Shades of Bossanova #534856

Tints of Bossanova #534856

Color information

#534856 (or 0x534856) is unknown color: approx Bossanova. HEX triplet: 53, 48 and 56. RGB value is (83,72,86). Sum of RGB (Red+Green+Blue) = 83+72+86=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #534856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534856 is #ACB7A9. Grayscale: #4C4C4C. Windows color (decimal): -11319210 or 5654611. OLE color: 5654611.

HSL color Cylindrical-coordinate representation of color #534856: hue angle of 287.14º 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 #534856 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB837286-
CMYK0.030.1600.66
HSL287.14º8.86%30.98%-
HSV(B)287.14º16.28%33.73%-
XYZ7.567.159.78-
YUV76.88133.14132.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=34.44%
G=29.88%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8372860.030.1600.66287.148.8630.98
Hex53485631004211f91f
Octal12311012632001024371137
Binary101001110010001010110111000001000010100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534856; }

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

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

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

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

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

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

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

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