Html Css Color HEX #505C51 Nandor

📋 copy color: '#505C51'

red 80 ◦ green 92 ◦ blue 81

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

Shades of Nandor #505C51

Tints of Nandor #505C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 31.62%
G = 36.36%
B = 32.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#505C51 (or 0x505C51) is known color: Nandor. HEX triplet: 50, 5C and 51. RGB value is (80,92,81). Sum of RGB (Red+Green+Blue) = 80+92+81=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #505C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C51 is #AFA3AE. Grayscale: #575757. Windows color (decimal): -11510703 or 5332048. OLE color: 5332048.

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

Color convert

RGB 80 92 81 -
CMYK 0.13 0 0.12 0.64
HSL 125º 0.07% 0.34% -
HSV(B) 125º 0.13% 0.36% -
XYZ 8.62 9.95 9.25 -
YUV 87.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 80 92 81 0.13 0 0.12 0.64 125 0.07 0.34
Hex 50 5C 51 D 0 C 40 7D 7 22
Octal 120 134 121 15 0 14 100 175 7 42
Binary 1010000 1011100 1010001 1101 0 1100 1000000 1111101 111 100010

Color Harmonies of #505C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C51

Black with #505C51

Text Example


Text Example

White with #505C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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