#533D57

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

Shades of Bossanova #533D57

Tints of Bossanova #533D57

Color information

#533D57 (or 0x533D57) is unknown color: approx Bossanova. HEX triplet: 53, 3D and 57. RGB value is (83,61,87). Sum of RGB (Red+Green+Blue) = 83+61+87=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #533D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D57 is #ACC2A8. Grayscale: #464646. Windows color (decimal): -11322025 or 5717331. OLE color: 5717331.

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

Color convert

RGB836187-
CMYK0.050.3000.66
HSL290.77º17.57%29.02%-
HSV(B)290.77º29.89%34.12%-
XYZ6.965.869.78-
YUV70.54137.29136.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=35.93%
G=26.41%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8361870.050.3000.66290.7717.5729.02
Hex533D5751E042123121d
Octal1237512753601024432235
Binary1010011111101101011110111110010000101001000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533D57; }

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

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

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

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

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

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

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

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