Html Css Color HEX #505A51 Nandor

📋 copy color: '#505A51'

red 80 ◦ green 90 ◦ blue 81

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

Shades of Nandor #505A51

Tints of Nandor #505A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.86%

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

R = 31.87%
G = 35.86%
B = 32.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#505A51 (or 0x505A51) is known color: Nandor. HEX triplet: 50, 5A and 51. RGB value is (80,90,81). Sum of RGB (Red+Green+Blue) = 80+90+81=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #505A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A51 is #AFA5AE. Grayscale: #565656. Windows color (decimal): -11511215 or 5331536. OLE color: 5331536.

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

Color convert

RGB 80 90 81 -
CMYK 0.11 0 0.1 0.65
HSL 126º 0.06% 0.33% -
HSV(B) 126º 0.11% 0.35% -
XYZ 8.45 9.61 9.19 -
YUV 85.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 80 90 81 0.11 0 0.1 0.65 126 0.06 0.33
Hex 50 5A 51 B 0 A 41 7E 6 21
Octal 120 132 121 13 0 12 101 176 6 41
Binary 1010000 1011010 1010001 1011 0 1010 1000001 1111110 110 100001

Color Harmonies of #505A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A51

Black with #505A51

Text Example


Text Example

White with #505A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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