Html Css Color HEX #505951 Nandor

📋 copy color: '#505951'

red 80 ◦ green 89 ◦ blue 81

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

Shades of Nandor #505951

Tints of Nandor #505951

RGB

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

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

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

R = 32%
G = 35.6%
B = 32.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#505951 (or 0x505951) is known color: Nandor. HEX triplet: 50, 59 and 51. RGB value is (80,89,81). Sum of RGB (Red+Green+Blue) = 80+89+81=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #505951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505951 is #AFA6AE. Grayscale: #555555. Windows color (decimal): -11511471 or 5331280. OLE color: 5331280.

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

Color convert

RGB 80 89 81 -
CMYK 0.10 0 0.09 0.65
HSL 126.67º 0.05% 0.33% -
HSV(B) 126.67º 0.1% 0.35% -
XYZ 8.37 9.44 9.17 -
YUV 85.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 80 89 81 0.10 0 0.09 0.65 126.67 0.05 0.33
Hex 50 59 51 A 0 9 41 7F 5 21
Octal 120 131 121 12 0 11 101 177 5 41
Binary 1010000 1011001 1010001 1010 0 1001 1000001 1111111 101 100001

Color Harmonies of #505951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505951

Black with #505951

Text Example


Text Example

White with #505951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505951; }

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

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

background-color css

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

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

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

border-color css

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

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

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