#504055

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

Shades of Bossanova #504055

Tints of Bossanova #504055

Color information

#504055 (or 0x504055) is unknown color: approx Bossanova. HEX triplet: 50, 40 and 55. RGB value is (80,64,85). Sum of RGB (Red+Green+Blue) = 80+64+85=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #504055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504055 is #AFBFAA. Grayscale: #474747. Windows color (decimal): -11517867 or 5587024. OLE color: 5587024.

HSL color Cylindrical-coordinate representation of color #504055: hue angle of 285.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #504055 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB806485-
CMYK0.060.2500.67
HSL285.71º14.09%29.22%-
HSV(B)285.71º24.71%33.33%-
XYZ6.786.039.4-
YUV71.18135.8134.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=34.93%
G=27.95%
B=37.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8064850.060.2500.67285.7114.0929.22
Hex50405561904311ee1d
Octal12010012563101034361635
Binary1010000100000010101011101100101000011100011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504055; }

 p { color: rgb(80,64,85); }

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

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

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

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

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

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

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