#533F5A

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

Shades of Bossanova #533F5A

Tints of Bossanova #533F5A

Color information

#533F5A (or 0x533F5A) is unknown color: approx Bossanova. HEX triplet: 53, 3F and 5A. RGB value is (83,63,90). Sum of RGB (Red+Green+Blue) = 83+63+90=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #533F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F5A is #ACC0A5. Grayscale: #474747. Windows color (decimal): -11321510 or 5914451. OLE color: 5914451.

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

Color convert

RGB836390-
CMYK0.080.3000.65
HSL284.44º17.65%30%-
HSV(B)284.44º30%35.29%-
XYZ7.196.1310.48-
YUV72.06138.13135.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=35.17%
G=26.69%
B=38.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8363900.080.3000.65284.4417.6530
Hex533F5A81E04111c121e
Octal12377132103601014342236
Binary10100111111111011010100011110010000011000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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