#533F59

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

Shades of Bossanova #533F59

Tints of Bossanova #533F59

Color information

#533F59 (or 0x533F59) is unknown color: approx Bossanova. HEX triplet: 53, 3F and 59. RGB value is (83,63,89). Sum of RGB (Red+Green+Blue) = 83+63+89=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #533F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F59 is #ACC0A6. Grayscale: #474747. Windows color (decimal): -11321511 or 5848915. OLE color: 5848915.

HSL color Cylindrical-coordinate representation of color #533F59: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533F59 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB836389-
CMYK0.070.2900.65
HSL286.15º17.11%29.8%-
HSV(B)286.15º29.21%34.9%-
XYZ7.156.1210.25-
YUV71.94137.63135.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=35.32%
G=26.81%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8363890.070.2900.65286.1517.1129.8
Hex533F5971D04111e111e
Octal1237713173501014362136
Binary1010011111111101100111111101010000011000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,63,89); }

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

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

 a { background-color: rgb(83,63,89); }

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

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

 span { border-color: rgb(83,63,89); }

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