#533956

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

Shades of Bossanova #533956

Tints of Bossanova #533956

Color information

#533956 (or 0x533956) is unknown color: approx Bossanova. HEX triplet: 53, 39 and 56. RGB value is (83,57,86). Sum of RGB (Red+Green+Blue) = 83+57+86=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #533956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533956 is #ACC6A9. Grayscale: #434343. Windows color (decimal): -11323050 or 5650771. OLE color: 5650771.

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

Color convert

RGB835786-
CMYK0.030.3400.66
HSL293.79º20.28%28.04%-
HSV(B)293.79º33.72%33.73%-
XYZ6.715.449.5-
YUV68.08138.11138.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=36.73%
G=25.22%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8357860.030.3400.66293.7920.2828.04
Hex533956322042126141c
Octal1237112634201024462434
Binary1010011111001101011011100010010000101001001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533956; }

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

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

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

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

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

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

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

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