#533C54

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

Shades of Bossanova #533C54

Tints of Bossanova #533C54

Color information

#533C54 (or 0x533C54) is unknown color: approx Bossanova. HEX triplet: 53, 3C and 54. RGB value is (83,60,84). Sum of RGB (Red+Green+Blue) = 83+60+84=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #533C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C54 is #ACC3AB. Grayscale: #454545. Windows color (decimal): -11322284 or 5520467. OLE color: 5520467.

HSL color Cylindrical-coordinate representation of color #533C54: hue angle of 297.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533C54 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB836084-
CMYK0.010.2900.67
HSL297.5º16.67%28.24%-
HSV(B)297.5º28.57%32.94%-
XYZ6.785.719.13-
YUV69.61136.12137.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=36.56%
G=26.43%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8360840.010.2900.67297.516.6728.24
Hex533C5411D04312a111c
Octal1237412413501034522134
Binary10100111111001010100111101010000111001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,60,84); }

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

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

 a { background-color: rgb(83,60,84); }

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

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

 span { border-color: rgb(83,60,84); }

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