#503A52

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

Shades of Bossanova #503A52

Tints of Bossanova #503A52

Color information

#503A52 (or 0x503A52) is unknown color: approx Bossanova. HEX triplet: 50, 3A and 52. RGB value is (80,58,82). Sum of RGB (Red+Green+Blue) = 80+58+82=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #503A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A52 is #AFC5AD. Grayscale: #434343. Windows color (decimal): -11519406 or 5388880. OLE color: 5388880.

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

Color convert

RGB805882-
CMYK0.020.2900.68
HSL295º17.14%27.45%-
HSV(B)295º29.27%32.16%-
XYZ6.345.348.68-
YUV67.31136.29137.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=36.36%
G=26.36%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8058820.020.2900.6829517.1427.45
Hex503A5221D044127111b
Octal1207212223501044472133
Binary101000011101010100101011101010001001001001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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