Html Css Color HEX #516352 Nandor

📋 copy color: '#516352'

red 81 ◦ green 99 ◦ blue 82

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

Shades of Nandor #516352

Tints of Nandor #516352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 30.92%
G = 37.79%
B = 31.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#516352 (or 0x516352) is known color: Nandor. HEX triplet: 51, 63 and 52. RGB value is (81,99,82). Sum of RGB (Red+Green+Blue) = 81+99+82=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #516352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516352 is #AE9CAD. Grayscale: #5B5B5B. Windows color (decimal): -11443374 or 5399377. OLE color: 5399377.

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

Color convert

RGB 81 99 82 -
CMYK 0.18 0 0.17 0.61
HSL 123.33º 0.1% 0.35% -
HSV(B) 123.33º 0.18% 0.39% -
XYZ 9.38 11.28 9.67 -
YUV 91.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 81 99 82 0.18 0 0.17 0.61 123.33 0.1 0.35
Hex 51 63 52 12 0 11 3D 7B A 23
Octal 121 143 122 22 0 21 75 173 12 43
Binary 1010001 1100011 1010010 10010 0 10001 111101 1111011 1010 100011

Color Harmonies of #516352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516352

Black with #516352

Text Example


Text Example

White with #516352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516352; }

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

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

background-color css

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

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

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

border-color css

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

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

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