#523551

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

Shades of Bossanova #523551

Tints of Bossanova #523551

Color information

#523551 (or 0x523551) is unknown color: approx Bossanova. HEX triplet: 52, 35 and 51. RGB value is (82,53,81). Sum of RGB (Red+Green+Blue) = 82+53+81=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #523551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523551 is #ADCAAE. Grayscale: #404040. Windows color (decimal): -11389615 or 5322066. OLE color: 5322066.

HSL color Cylindrical-coordinate representation of color #523551: hue angle of 302.07º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523551 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB825381-
CMYK00.350.010.68
HSL302.07º21.48%26.47%-
HSV(B)302.07º35.37%32.16%-
XYZ6.244.938.41-
YUV64.86137.11140.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=37.96%
G=24.54%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82538100.350.010.68302.0721.4826.47
Hex52355102314412e151a
Octal1226512104311044562532
Binary101001011010110100010100011110001001001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523551; }

 p { color: rgb(82,53,81); }

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

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

 a { background-color: rgb(82,53,81); }

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

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

 span { border-color: rgb(82,53,81); }

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