#524953

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

Shades of Bossanova #524953

Tints of Bossanova #524953

Color information

#524953 (or 0x524953) is unknown color: approx Bossanova. HEX triplet: 52, 49 and 53. RGB value is (82,73,83). Sum of RGB (Red+Green+Blue) = 82+73+83=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #524953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524953 is #ADB6AC. Grayscale: #4C4C4C. Windows color (decimal): -11384493 or 5458258. OLE color: 5458258.

HSL color Cylindrical-coordinate representation of color #524953: hue angle of 294º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #524953 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB827383-
CMYK0.010.1200.67
HSL294º6.41%30.59%-
HSV(B)294º12.05%32.55%-
XYZ7.427.189.18-
YUV76.83131.48131.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 83 (32.81% from 255) = 34.87%
R=34.45%
G=30.67%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8273830.010.1200.672946.4130.59
Hex5249531C04312661f
Octal1221111231140103446637
Binary101001010010011010011111000100001110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524953; }

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

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

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

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

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

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

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

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