Html Css Color HEX #516252 Nandor

📋 copy color: '#516252'

red 81 ◦ green 98 ◦ blue 82

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

Shades of Nandor #516252

Tints of Nandor #516252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 31.03%
G = 37.55%
B = 31.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#516252 (or 0x516252) is known color: Nandor. HEX triplet: 51, 62 and 52. RGB value is (81,98,82). Sum of RGB (Red+Green+Blue) = 81+98+82=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #516252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516252 is #AE9DAD. Grayscale: #5B5B5B. Windows color (decimal): -11443630 or 5399121. OLE color: 5399121.

HSL color Cylindrical-coordinate representation of color #516252: hue angle of 123.53º 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 #516252 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 82 -
CMYK 0.17 0 0.16 0.62
HSL 123.53º 0.09% 0.35% -
HSV(B) 123.53º 0.17% 0.38% -
XYZ 9.28 11.09 9.63 -
YUV 91.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 81 98 82 0.17 0 0.16 0.62 123.53 0.09 0.35
Hex 51 62 52 11 0 10 3E 7C 9 23
Octal 121 142 122 21 0 20 76 174 11 43
Binary 1010001 1100010 1010010 10001 0 10000 111110 1111100 1001 100011

Color Harmonies of #516252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516252

Black with #516252

Text Example


Text Example

White with #516252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516252; }

 p { color: rgb(81,98,82); }

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

background-color css

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

 a { background-color: rgb(81,98,82); }

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

border-color css

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

 span { border-color: rgb(81,98,82); }

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