Html Css Color HEX #516050 Nandor

📋 copy color: '#516050'

red 81 ◦ green 96 ◦ blue 80

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

Shades of Nandor #516050

Tints of Nandor #516050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 31.52%
G = 37.35%
B = 31.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#516050 (or 0x516050) is known color: Nandor. HEX triplet: 51, 60 and 50. RGB value is (81,96,80). Sum of RGB (Red+Green+Blue) = 81+96+80=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #516050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516050 is #AE9FAF. Grayscale: #595959. Windows color (decimal): -11444144 or 5267537. OLE color: 5267537.

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

Color convert

RGB 81 96 80 -
CMYK 0.16 0 0.17 0.62
HSL 116.25º 0.09% 0.35% -
HSV(B) 116.25º 0.17% 0.38% -
XYZ 9.02 10.69 9.18 -
YUV 89.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 81 96 80 0.16 0 0.17 0.62 116.25 0.09 0.35
Hex 51 60 50 10 0 11 3E 74 9 23
Octal 121 140 120 20 0 21 76 164 11 43
Binary 1010001 1100000 1010000 10000 0 10001 111110 1110100 1001 100011

Color Harmonies of #516050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516050

Black with #516050

Text Example


Text Example

White with #516050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516050; }

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

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

background-color css

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

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

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

border-color css

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

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

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