Html Css Color HEX #504750 Bossanova

📋 copy color: '#504750'

red 80 ◦ green 71 ◦ blue 80

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

Shades of Bossanova #504750

Tints of Bossanova #504750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 34.63%
G = 30.74%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#504750 (or 0x504750) is known color: Bossanova. HEX triplet: 50, 47 and 50. RGB value is (80,71,80). Sum of RGB (Red+Green+Blue) = 80+71+80=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #504750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504750 is #AFB8AF. Grayscale: #4A4A4A. Windows color (decimal): -11516080 or 5261136. OLE color: 5261136.

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

Color convert

RGB 80 71 80 -
CMYK 0 0.11 0 0.69
HSL 300º 0.06% 0.3% -
HSV(B) 300º 0.11% 0.31% -
XYZ 7.01 6.79 8.53 -
YUV 74.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 80 71 80 0 0.11 0 0.69 300 0.06 0.3
Hex 50 47 50 0 B 0 45 12C 6 1E
Octal 120 107 120 0 13 0 105 454 6 36
Binary 1010000 1000111 1010000 0 1011 0 1000101 100101100 110 11110

Color Harmonies of #504750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504750

Black with #504750

Text Example


Text Example

White with #504750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504750; }

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

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

background-color css

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

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

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

border-color css

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

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

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