#505B51

Color #505B51 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #505B51

Tints of Nandor #505B51

Color information

#505B51 (or 0x505B51) is unknown color: approx Nandor. HEX triplet: 50, 5B and 51. RGB value is (80,91,81). Sum of RGB (Red+Green+Blue) = 80+91+81=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #505B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B51 is #AFA4AE. Grayscale: #565656. Windows color (decimal): -11510959 or 5331792. OLE color: 5331792.

HSL color Cylindrical-coordinate representation of color #505B51: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505B51 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB809181-
CMYK0.1200.110.64
HSL125.45º6.43%33.53%-
HSV(B)125.45º12.09%35.69%-
XYZ8.539.789.22-
YUV86.57124.86123.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=31.75%
G=36.11%
B=32.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091810.1200.110.64125.456.4333.53
Hex505B51C0B407d622
Octal12013312114013100175642
Binary10100001011011101000111000101110000001111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B51; }

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

 H1.HeaderClassName
 {
   color: #505B51;
 }
 .AnyTagClassName
 {
   color: #505B51;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #505B51;
 }
 .BgClassName
 {
   background-color: #505B51;
 }
</style>
border-color css

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

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

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