Html Css Color HEX #504050 Bossanova

📋 copy color: '#504050'

red 80 ◦ green 64 ◦ blue 80

#504050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #504050

Tints of Bossanova #504050

RGB

 RED value IS 80 (31.64% from 255) = 35.71%

 GREEN value IS 64 (25.39% from 255) = 28.57%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#504050 (or 0x504050) is known color: Bossanova. HEX triplet: 50, 40 and 50. RGB value is (80,64,80). Sum of RGB (Red+Green+Blue) = 80+64+80=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504050 is #AFBFAF. Grayscale: #464646. Windows color (decimal): -11517872 or 5259344. OLE color: 5259344.

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

Color convert

RGB 80 64 80 -
CMYK 0 0.20 0 0.69
HSL 300º 0.11% 0.28% -
HSV(B) 300º 0.2% 0.31% -
XYZ 6.59 5.95 8.39 -
YUV 70.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 80 64 80 0 0.20 0 0.69 300 0.11 0.28
Hex 50 40 50 0 14 0 45 12C B 1C
Octal 120 100 120 0 24 0 105 454 13 34
Binary 1010000 1000000 1010000 0 10100 0 1000101 100101100 1011 11100

Color Harmonies of #504050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504050

Black with #504050

Text Example


Text Example

White with #504050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504050; }

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

 H1.HeaderClassName
 {
   color: #504050;
 }
 .AnyTagClassName
 {
   color: #504050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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