#524053

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

Shades of Bossanova #524053

Tints of Bossanova #524053

Color information

#524053 (or 0x524053) is unknown color: approx Bossanova. HEX triplet: 52, 40 and 53. RGB value is (82,64,83). Sum of RGB (Red+Green+Blue) = 82+64+83=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #524053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524053 is #ADBFAC. Grayscale: #474747. Windows color (decimal): -11386797 or 5455954. OLE color: 5455954.

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

Color convert

RGB826483-
CMYK0.010.2300.67
HSL296.84º12.93%28.82%-
HSV(B)296.84º22.89%32.55%-
XYZ6.876.099-
YUV71.55134.46135.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=35.81%
G=27.95%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8264830.010.2300.67296.8412.9328.82
Hex524053117043129d1d
Octal12210012312701034511535
Binary10100101000000101001111011101000011100101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524053; }

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

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

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

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

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

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

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

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