#524553

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

Shades of Bossanova #524553

Tints of Bossanova #524553

Color information

#524553 (or 0x524553) is unknown color: approx Bossanova. HEX triplet: 52, 45 and 53. RGB value is (82,69,83). Sum of RGB (Red+Green+Blue) = 82+69+83=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #524553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524553 is #ADBAAC. Grayscale: #4A4A4A. Windows color (decimal): -11385517 or 5457234. OLE color: 5457234.

HSL color Cylindrical-coordinate representation of color #524553: hue angle of 295.71º 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 #524553 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB826983-
CMYK0.010.1700.67
HSL295.71º9.21%29.8%-
HSV(B)295.71º16.87%32.55%-
XYZ7.176.679.09-
YUV74.48132.81133.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=35.04%
G=29.49%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8269830.010.1700.67295.719.2129.8
Hex52455311104312891e
Octal12210512312101034501136
Binary10100101000101101001111000101000011100101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524553; }

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

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

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

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

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

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

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

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