#523D55

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

Shades of Bossanova #523D55

Tints of Bossanova #523D55

Color information

#523D55 (or 0x523D55) is unknown color: approx Bossanova. HEX triplet: 52, 3D and 55. RGB value is (82,61,85). Sum of RGB (Red+Green+Blue) = 82+61+85=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #523D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D55 is #ADC2AA. Grayscale: #454545. Windows color (decimal): -11387563 or 5586258. OLE color: 5586258.

HSL color Cylindrical-coordinate representation of color #523D55: hue angle of 292.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523D55 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB826185-
CMYK0.040.2800.67
HSL292.5º16.44%28.63%-
HSV(B)292.5º28.24%33.33%-
XYZ6.795.799.35-
YUV70.02136.46136.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=35.96%
G=26.75%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8261850.040.2800.67292.516.4428.63
Hex523D5541C043124101d
Octal1227512543401034442035
Binary1010010111101101010110011100010000111001001001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523D55; }

 p { color: rgb(82,61,85); }

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

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

 a { background-color: rgb(82,61,85); }

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

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

 span { border-color: rgb(82,61,85); }

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