#523A56

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

Shades of Bossanova #523A56

Tints of Bossanova #523A56

Color information

#523A56 (or 0x523A56) is unknown color: approx Bossanova. HEX triplet: 52, 3A and 56. RGB value is (82,58,86). Sum of RGB (Red+Green+Blue) = 82+58+86=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #523A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A56 is #ADC5A9. Grayscale: #444444. Windows color (decimal): -11388330 or 5651026. OLE color: 5651026.

HSL color Cylindrical-coordinate representation of color #523A56: hue angle of 291.43º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523A56 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB825886-
CMYK0.050.3300.66
HSL291.43º19.44%28.24%-
HSV(B)291.43º32.56%33.73%-
XYZ6.675.499.51-
YUV68.37137.95137.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=36.28%
G=25.66%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8258860.050.3300.66291.4319.4428.24
Hex523A56521042123131c
Octal1227212654101024432334
Binary10100101110101010110101100001010000101001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,58,86); }

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

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

 a { background-color: rgb(82,58,86); }

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

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

 span { border-color: rgb(82,58,86); }

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