#524253

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

Shades of Bossanova #524253

Tints of Bossanova #524253

Color information

#524253 (or 0x524253) is unknown color: approx Bossanova. HEX triplet: 52, 42 and 53. RGB value is (82,66,83). Sum of RGB (Red+Green+Blue) = 82+66+83=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #524253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524253 is #ADBDAC. Grayscale: #484848. Windows color (decimal): -11386285 or 5456466. OLE color: 5456466.

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

Color convert

RGB826683-
CMYK0.010.2000.67
HSL296.47º11.41%29.22%-
HSV(B)296.47º20.48%32.55%-
XYZ6.996.319.03-
YUV72.72133.8134.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=35.50%
G=28.57%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8266830.010.2000.67296.4711.4129.22
Hex524253114043128b1d
Octal12210212312401034501335
Binary10100101000010101001111010001000011100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524253; }

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

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

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

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

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

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

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

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