#523B53

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

Shades of Bossanova #523B53

Tints of Bossanova #523B53

Color information

#523B53 (or 0x523B53) is unknown color: approx Bossanova. HEX triplet: 52, 3B and 53. RGB value is (82,59,83). Sum of RGB (Red+Green+Blue) = 82+59+83=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #523B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B53 is #ADC4AC. Grayscale: #444444. Windows color (decimal): -11388077 or 5454674. OLE color: 5454674.

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

Color convert

RGB825983-
CMYK0.010.2900.67
HSL297.5º16.9%27.84%-
HSV(B)297.5º28.92%32.55%-
XYZ6.65.558.91-
YUV68.61136.12137.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=36.61%
G=26.34%
B=37.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8259830.010.2900.67297.516.927.84
Hex523B5311D04312a111c
Octal1227312313501034522134
Binary10100101110111010011111101010000111001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,83); }

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

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

 a { background-color: rgb(82,59,83); }

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

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

 span { border-color: rgb(82,59,83); }

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