#523651

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

Shades of Bossanova #523651

Tints of Bossanova #523651

Color information

#523651 (or 0x523651) is unknown color: approx Bossanova. HEX triplet: 52, 36 and 51. RGB value is (82,54,81). Sum of RGB (Red+Green+Blue) = 82+54+81=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #523651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523651 is #ADC9AE. Grayscale: #414141. Windows color (decimal): -11389359 or 5322322. OLE color: 5322322.

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

Color convert

RGB825481-
CMYK00.340.010.68
HSL302.14º20.59%26.67%-
HSV(B)302.14º34.15%32.16%-
XYZ6.285.038.42-
YUV65.45136.78139.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=37.79%
G=24.88%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82548100.340.010.68302.1420.5926.67
Hex52365102214412e151b
Octal1226612104211044562533
Binary101001011011010100010100010110001001001011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523651; }

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

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

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

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

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

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

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

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