#533F57

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

Shades of Bossanova #533F57

Tints of Bossanova #533F57

Color information

#533F57 (or 0x533F57) is unknown color: approx Bossanova. HEX triplet: 53, 3F and 57. RGB value is (83,63,87). Sum of RGB (Red+Green+Blue) = 83+63+87=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #533F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F57 is #ACC0A8. Grayscale: #474747. Windows color (decimal): -11321513 or 5717843. OLE color: 5717843.

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

Color convert

RGB836387-
CMYK0.050.2800.66
HSL290º16%29.41%-
HSV(B)290º27.59%34.12%-
XYZ7.076.089.82-
YUV71.72136.63136.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=35.62%
G=27.04%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8363870.050.2800.662901629.41
Hex533F5751C042122101d
Octal1237712753401024422035
Binary1010011111111101011110111100010000101001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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