Html Css Color HEX #516950 Nandor

📋 copy color: '#516950'

red 81 ◦ green 105 ◦ blue 80

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

Shades of Nandor #516950

Tints of Nandor #516950

RGB

 RED value IS 81 (32.03% from 255) = 30.45%

 GREEN value IS 105 (41.41% from 255) = 39.47%

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

R = 30.45%
G = 39.47%
B = 30.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#516950 (or 0x516950) is known color: Nandor. HEX triplet: 51, 69 and 50. RGB value is (81,105,80). Sum of RGB (Red+Green+Blue) = 81+105+80=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #516950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516950 is #AE96AF. Grayscale: #5F5F5F. Windows color (decimal): -11441840 or 5269841. OLE color: 5269841.

HSL color Cylindrical-coordinate representation of color #516950: hue angle of 117.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516950 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 80 -
CMYK 0.23 0 0.24 0.59
HSL 117.6º 0.14% 0.36% -
HSV(B) 117.6º 0.24% 0.41% -
XYZ 9.89 12.43 9.47 -
YUV 94.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 81 105 80 0.23 0 0.24 0.59 117.6 0.14 0.36
Hex 51 69 50 17 0 18 3B 76 E 24
Octal 121 151 120 27 0 30 73 166 16 44
Binary 1010001 1101001 1010000 10111 0 11000 111011 1110110 1110 100100

Color Harmonies of #516950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516950

Black with #516950

Text Example


Text Example

White with #516950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516950; }

 p { color: rgb(81,105,80); }

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

background-color css

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

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

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

border-color css

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

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

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