#534553

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

Shades of Bossanova #534553

Tints of Bossanova #534553

Color information

#534553 (or 0x534553) is unknown color: approx Bossanova. HEX triplet: 53, 45 and 53. RGB value is (83,69,83). Sum of RGB (Red+Green+Blue) = 83+69+83=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534553 is #ACBAAC. Grayscale: #4A4A4A. Windows color (decimal): -11319981 or 5457235. OLE color: 5457235.

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

Color convert

RGB836983-
CMYK00.1700.67
HSL300º9.21%29.8%-
HSV(B)300º16.87%32.55%-
XYZ7.266.729.1-
YUV74.78132.64133.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=35.32%
G=29.36%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83698300.1700.673009.2129.8
Hex53455301104312c91e
Octal12310512302101034541136
Binary10100111000101101001101000101000011100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534553; }

 p { color: rgb(83,69,83); }

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

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

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

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

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

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

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