#504653

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

Shades of Bossanova #504653

Tints of Bossanova #504653

Color information

#504653 (or 0x504653) is unknown color: approx Bossanova. HEX triplet: 50, 46 and 53. RGB value is (80,70,83). Sum of RGB (Red+Green+Blue) = 80+70+83=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #504653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504653 is #AFB9AC. Grayscale: #4A4A4A. Windows color (decimal): -11516333 or 5457488. OLE color: 5457488.

HSL color Cylindrical-coordinate representation of color #504653: hue angle of 286.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504653 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB807083-
CMYK0.040.1600.67
HSL286.15º8.5%30%-
HSV(B)286.15º15.66%32.55%-
XYZ7.066.719.11-
YUV74.47132.81131.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=34.33%
G=30.04%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8070830.040.1600.67286.158.530
Hex50465341004311e81e
Octal12010612342001034361036
Binary1010000100011010100111001000001000011100011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504653; }

 p { color: rgb(80,70,83); }

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

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

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

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

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

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

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