Html Css Color HEX #505850 Nandor

📋 copy color: '#505850'

red 80 ◦ green 88 ◦ blue 80

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

Shades of Nandor #505850

Tints of Nandor #505850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 32.26%
G = 35.48%
B = 32.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#505850 (or 0x505850) is known color: Nandor. HEX triplet: 50, 58 and 50. RGB value is (80,88,80). Sum of RGB (Red+Green+Blue) = 80+88+80=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #505850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505850 is #AFA7AF. Grayscale: #545454. Windows color (decimal): -11511728 or 5265488. OLE color: 5265488.

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

Color convert

RGB 80 88 80 -
CMYK 0.09 0 0.09 0.65
HSL 120º 0.05% 0.33% -
HSV(B) 120º 0.09% 0.35% -
XYZ 8.25 9.26 8.94 -
YUV 84.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 80 88 80 0.09 0 0.09 0.65 120 0.05 0.33
Hex 50 58 50 9 0 9 41 78 5 21
Octal 120 130 120 11 0 11 101 170 5 41
Binary 1010000 1011000 1010000 1001 0 1001 1000001 1111000 101 100001

Color Harmonies of #505850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505850

Black with #505850

Text Example


Text Example

White with #505850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505850; }

 p { color: rgb(80,88,80); }

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

background-color css

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

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

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

border-color css

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

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

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