Html Css Color HEX #516353 Nandor

📋 copy color: '#516353'

red 81 ◦ green 99 ◦ blue 83

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

Shades of Nandor #516353

Tints of Nandor #516353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 30.8%
G = 37.64%
B = 31.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#516353 (or 0x516353) is known color: Nandor. HEX triplet: 51, 63 and 53. RGB value is (81,99,83). Sum of RGB (Red+Green+Blue) = 81+99+83=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #516353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516353 is #AE9CAC. Grayscale: #5B5B5B. Windows color (decimal): -11443373 or 5464913. OLE color: 5464913.

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

Color convert

RGB 81 99 83 -
CMYK 0.18 0 0.16 0.61
HSL 126.67º 0.1% 0.35% -
HSV(B) 126.67º 0.18% 0.39% -
XYZ 9.42 11.3 9.87 -
YUV 91.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 81 99 83 0.18 0 0.16 0.61 126.67 0.1 0.35
Hex 51 63 53 12 0 10 3D 7F A 23
Octal 121 143 123 22 0 20 75 177 12 43
Binary 1010001 1100011 1010011 10010 0 10000 111101 1111111 1010 100011

Color Harmonies of #516353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516353

Black with #516353

Text Example


Text Example

White with #516353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516353; }

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

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

background-color css

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

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

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

border-color css

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

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

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