#503F56

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

Shades of Bossanova #503F56

Tints of Bossanova #503F56

Color information

#503F56 (or 0x503F56) is unknown color: approx Bossanova. HEX triplet: 50, 3F and 56. RGB value is (80,63,86). Sum of RGB (Red+Green+Blue) = 80+63+86=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #503F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F56 is #AFC0A9. Grayscale: #464646. Windows color (decimal): -11518122 or 5652304. OLE color: 5652304.

HSL color Cylindrical-coordinate representation of color #503F56: hue angle of 284.35º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #503F56 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB806386-
CMYK0.070.2700.66
HSL284.35º15.44%29.22%-
HSV(B)284.35º26.74%33.73%-
XYZ6.775.939.59-
YUV70.7136.63134.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=34.93%
G=27.51%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8063860.070.2700.66284.3515.4429.22
Hex503F5671B04211cf1d
Octal1207712673301024341735
Binary101000011111110101101111101101000010100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,86); }

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

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

 a { background-color: rgb(80,63,86); }

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

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

 span { border-color: rgb(80,63,86); }

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