#523D58

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

Shades of Bossanova #523D58

Tints of Bossanova #523D58

Color information

#523D58 (or 0x523D58) is unknown color: approx Bossanova. HEX triplet: 52, 3D and 58. RGB value is (82,61,88). Sum of RGB (Red+Green+Blue) = 82+61+88=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #523D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D58 is #ADC2A7. Grayscale: #464646. Windows color (decimal): -11387560 or 5782866. OLE color: 5782866.

HSL color Cylindrical-coordinate representation of color #523D58: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #523D58 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826188-
CMYK0.070.3100.65
HSL286.67º18.12%29.22%-
HSV(B)286.67º30.68%34.51%-
XYZ6.915.849.99-
YUV70.36137.96136.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=35.50%
G=26.41%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8261880.070.3100.65286.6718.1229.22
Hex523D5871F04111f121d
Octal1227513073701014372235
Binary1010010111101101100011111111010000011000111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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