Html Css Color HEX #506151 Nandor

📋 copy color: '#506151'

red 80 ◦ green 97 ◦ blue 81

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

Shades of Nandor #506151

Tints of Nandor #506151

RGB

 RED value IS 80 (31.64% from 255) = 31.01%

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 31.01%
G = 37.6%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#506151 (or 0x506151) is known color: Nandor. HEX triplet: 50, 61 and 51. RGB value is (80,97,81). Sum of RGB (Red+Green+Blue) = 80+97+81=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #506151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506151 is #AF9EAE. Grayscale: #5A5A5A. Windows color (decimal): -11509423 or 5333328. OLE color: 5333328.

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

Color convert

RGB 80 97 81 -
CMYK 0.18 0 0.16 0.62
HSL 123.53º 0.1% 0.35% -
HSV(B) 123.53º 0.18% 0.38% -
XYZ 9.07 10.85 9.4 -
YUV 90.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 80 97 81 0.18 0 0.16 0.62 123.53 0.1 0.35
Hex 50 61 51 12 0 10 3E 7C A 23
Octal 120 141 121 22 0 20 76 174 12 43
Binary 1010000 1100001 1010001 10010 0 10000 111110 1111100 1010 100011

Color Harmonies of #506151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506151

Black with #506151

Text Example


Text Example

White with #506151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506151; }

 p { color: rgb(80,97,81); }

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

background-color css

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

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

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

border-color css

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

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

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