Html Css Color HEX #516653 Nandor

📋 copy color: '#516653'

red 81 ◦ green 102 ◦ blue 83

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

Shades of Nandor #516653

Tints of Nandor #516653

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

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

R = 30.45%
G = 38.35%
B = 31.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#516653 (or 0x516653) is known color: Nandor. HEX triplet: 51, 66 and 53. RGB value is (81,102,83). Sum of RGB (Red+Green+Blue) = 81+102+83=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #516653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516653 is #AE99AC. Grayscale: #5D5D5D. Windows color (decimal): -11442605 or 5465681. OLE color: 5465681.

HSL color Cylindrical-coordinate representation of color #516653: hue angle of 125.71º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516653 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 83 -
CMYK 0.21 0 0.19 0.6
HSL 125.71º 0.11% 0.36% -
HSV(B) 125.71º 0.21% 0.4% -
XYZ 9.71 11.88 9.96 -
YUV 93.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 81 102 83 0.21 0 0.19 0.6 125.71 0.11 0.36
Hex 51 66 53 15 0 13 3C 7E B 24
Octal 121 146 123 25 0 23 74 176 13 44
Binary 1010001 1100110 1010011 10101 0 10011 111100 1111110 1011 100100

Color Harmonies of #516653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516653

Black with #516653

Text Example


Text Example

White with #516653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516653; }

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

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

background-color css

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

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

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

border-color css

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

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

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