Html Css Color HEX #505E50 Nandor

📋 copy color: '#505E50'

red 80 ◦ green 94 ◦ blue 80

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

Shades of Nandor #505E50

Tints of Nandor #505E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

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

R = 31.5%
G = 37.01%
B = 31.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#505E50 (or 0x505E50) is known color: Nandor. HEX triplet: 50, 5E and 50. RGB value is (80,94,80). Sum of RGB (Red+Green+Blue) = 80+94+80=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #505E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E50 is #AFA1AF. Grayscale: #585858. Windows color (decimal): -11510192 or 5267024. OLE color: 5267024.

HSL color Cylindrical-coordinate representation of color #505E50: hue angle of 120º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E50 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 80 -
CMYK 0.15 0 0.15 0.63
HSL 120º 0.08% 0.34% -
HSV(B) 120º 0.15% 0.37% -
XYZ 8.76 10.29 9.11 -
YUV 88.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 80 94 80 0.15 0 0.15 0.63 120 0.08 0.34
Hex 50 5E 50 F 0 F 3F 78 8 22
Octal 120 136 120 17 0 17 77 170 10 42
Binary 1010000 1011110 1010000 1111 0 1111 111111 1111000 1000 100010

Color Harmonies of #505E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E50

Black with #505E50

Text Example


Text Example

White with #505E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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