#504450

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

Shades of Bossanova #504450

Tints of Bossanova #504450

Color information

#504450 (or 0x504450) is unknown color: approx Bossanova. HEX triplet: 50, 44 and 50. RGB value is (80,68,80). Sum of RGB (Red+Green+Blue) = 80+68+80=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504450 is #AFBBAF. Grayscale: #484848. Windows color (decimal): -11516848 or 5260368. OLE color: 5260368.

HSL color Cylindrical-coordinate representation of color #504450: hue angle of 300º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504450 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB806880-
CMYK00.1500.69
HSL300º8.11%29.02%-
HSV(B)300º15%31.37%-
XYZ6.826.428.47-
YUV72.96131.98133.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80688000.1500.693008.1129.02
Hex5044500F04512c81d
Octal12010412001701054541035
Binary1010000100010010100000111101000101100101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504450; }

 p { color: rgb(80,68,80); }

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

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

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

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

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

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

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