Html Css Color HEX #516150 Nandor

📋 copy color: '#516150'

red 81 ◦ green 97 ◦ blue 80

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

Shades of Nandor #516150

Tints of Nandor #516150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 31.4%
G = 37.6%
B = 31.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#516150 (or 0x516150) is known color: Nandor. HEX triplet: 51, 61 and 50. RGB value is (81,97,80). Sum of RGB (Red+Green+Blue) = 81+97+80=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #516150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516150 is #AE9EAF. Grayscale: #5A5A5A. Windows color (decimal): -11443888 or 5267793. OLE color: 5267793.

HSL color Cylindrical-coordinate representation of color #516150: hue angle of 116.47º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #516150 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 80 -
CMYK 0.16 0 0.18 0.62
HSL 116.47º 0.1% 0.35% -
HSV(B) 116.47º 0.18% 0.38% -
XYZ 9.12 10.88 9.21 -
YUV 90.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 81 97 80 0.16 0 0.18 0.62 116.47 0.1 0.35
Hex 51 61 50 10 0 12 3E 74 A 23
Octal 121 141 120 20 0 22 76 164 12 43
Binary 1010001 1100001 1010000 10000 0 10010 111110 1110100 1010 100011

Color Harmonies of #516150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516150

Black with #516150

Text Example


Text Example

White with #516150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516150; }

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

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

background-color css

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

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

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

border-color css

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

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

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