#503C52

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

Shades of Bossanova #503C52

Tints of Bossanova #503C52

Color information

#503C52 (or 0x503C52) is unknown color: approx Bossanova. HEX triplet: 50, 3C and 52. RGB value is (80,60,82). Sum of RGB (Red+Green+Blue) = 80+60+82=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #503C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C52 is #AFC3AD. Grayscale: #444444. Windows color (decimal): -11518894 or 5389392. OLE color: 5389392.

HSL color Cylindrical-coordinate representation of color #503C52: hue angle of 294.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503C52 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB806082-
CMYK0.020.2700.68
HSL294.55º15.49%27.84%-
HSV(B)294.55º26.83%32.16%-
XYZ6.455.558.71-
YUV68.49135.63136.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=36.04%
G=27.03%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8060820.020.2700.68294.5515.4927.84
Hex503C5221B044127f1c
Octal1207412223301044471734
Binary10100001111001010010101101101000100100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503C52; }

 p { color: rgb(80,60,82); }

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

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

 a { background-color: rgb(80,60,82); }

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

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

 span { border-color: rgb(80,60,82); }

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