Html Css Color HEX #505650 Nandor

📋 copy color: '#505650'

red 80 ◦ green 86 ◦ blue 80

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

Shades of Nandor #505650

Tints of Nandor #505650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 32.52%
G = 34.96%
B = 32.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#505650 (or 0x505650) is known color: Nandor. HEX triplet: 50, 56 and 50. RGB value is (80,86,80). Sum of RGB (Red+Green+Blue) = 80+86+80=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #505650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505650 is #AFA9AF. Grayscale: #535353. Windows color (decimal): -11512240 or 5264976. OLE color: 5264976.

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

Color convert

RGB 80 86 80 -
CMYK 0.07 0 0.07 0.66
HSL 120º 0.04% 0.33% -
HSV(B) 120º 0.07% 0.34% -
XYZ 8.08 8.94 8.89 -
YUV 83.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 80 86 80 0.07 0 0.07 0.66 120 0.04 0.33
Hex 50 56 50 7 0 7 42 78 4 21
Octal 120 126 120 7 0 7 102 170 4 41
Binary 1010000 1010110 1010000 111 0 111 1000010 1111000 100 100001

Color Harmonies of #505650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505650

Black with #505650

Text Example


Text Example

White with #505650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505650; }

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

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

background-color css

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

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

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

border-color css

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

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

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