Html Css Color HEX #505550 Nandor

📋 copy color: '#505550'

red 80 ◦ green 85 ◦ blue 80

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

Shades of Nandor #505550

Tints of Nandor #505550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 32.65%
G = 34.69%
B = 32.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#505550 (or 0x505550) is known color: Nandor. HEX triplet: 50, 55 and 50. RGB value is (80,85,80). Sum of RGB (Red+Green+Blue) = 80+85+80=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #505550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505550 is #AFAAAF. Grayscale: #525252. Windows color (decimal): -11512496 or 5264720. OLE color: 5264720.

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

Color convert

RGB 80 85 80 -
CMYK 0.06 0 0.06 0.67
HSL 120º 0.03% 0.32% -
HSV(B) 120º 0.06% 0.33% -
XYZ 8 8.78 8.86 -
YUV 82.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 80 85 80 0.06 0 0.06 0.67 120 0.03 0.32
Hex 50 55 50 6 0 6 43 78 3 20
Octal 120 125 120 6 0 6 103 170 3 40
Binary 1010000 1010101 1010000 110 0 110 1000011 1111000 11 100000

Color Harmonies of #505550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505550

Black with #505550

Text Example


Text Example

White with #505550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505550; }

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

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

background-color css

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

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

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

border-color css

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

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

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