Html Css Color HEX #515951 Nandor

📋 copy color: '#515951'

red 81 ◦ green 89 ◦ blue 81

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

Shades of Nandor #515951

Tints of Nandor #515951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 32.27%
G = 35.46%
B = 32.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#515951 (or 0x515951) is known color: Nandor. HEX triplet: 51, 59 and 51. RGB value is (81,89,81). Sum of RGB (Red+Green+Blue) = 81+89+81=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #515951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515951 is #AEA6AE. Grayscale: #555555. Windows color (decimal): -11445935 or 5331281. OLE color: 5331281.

HSL color Cylindrical-coordinate representation of color #515951: hue angle of 120º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515951 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 81 -
CMYK 0.09 0 0.09 0.65
HSL 120º 0.05% 0.33% -
HSV(B) 120º 0.09% 0.35% -
XYZ 8.45 9.49 9.17 -
YUV 85.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 81 89 81 0.09 0 0.09 0.65 120 0.05 0.33
Hex 51 59 51 9 0 9 41 78 5 21
Octal 121 131 121 11 0 11 101 170 5 41
Binary 1010001 1011001 1010001 1001 0 1001 1000001 1111000 101 100001

Color Harmonies of #515951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515951

Black with #515951

Text Example


Text Example

White with #515951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515951; }

 p { color: rgb(81,89,81); }

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

background-color css

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

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

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

border-color css

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

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

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