#504556

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

Shades of Bossanova #504556

Tints of Bossanova #504556

Color information

#504556 (or 0x504556) is unknown color: approx Bossanova. HEX triplet: 50, 45 and 56. RGB value is (80,69,86). Sum of RGB (Red+Green+Blue) = 80+69+86=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #504556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504556 is #AFBAA9. Grayscale: #4A4A4A. Windows color (decimal): -11516586 or 5653840. OLE color: 5653840.

HSL color Cylindrical-coordinate representation of color #504556: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504556 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB806986-
CMYK0.070.2000.66
HSL278.82º10.97%30.39%-
HSV(B)278.82º19.77%33.73%-
XYZ7.126.639.71-
YUV74.23134.64132.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=34.04%
G=29.36%
B=36.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8069860.070.2000.66278.8210.9730.39
Hex504556714042117b1e
Octal12010512672401024271336
Binary1010000100010110101101111010001000010100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504556; }

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

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

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

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

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

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

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

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