Html Css Color HEX #505350 Nandor

📋 copy color: '#505350'

red 80 ◦ green 83 ◦ blue 80

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

Shades of Nandor #505350

Tints of Nandor #505350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 32.92%
G = 34.16%
B = 32.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#505350 (or 0x505350) is known color: Nandor. HEX triplet: 50, 53 and 50. RGB value is (80,83,80). Sum of RGB (Red+Green+Blue) = 80+83+80=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 83 - color contains mainly: green. Hex color #505350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505350 is #AFACAF. Grayscale: #515151. Windows color (decimal): -11513008 or 5264208. OLE color: 5264208.

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

Color convert

RGB 80 83 80 -
CMYK 0.04 0 0.04 0.67
HSL 120º 0.02% 0.32% -
HSV(B) 120º 0.04% 0.33% -
XYZ 7.85 8.47 8.81 -
YUV 81.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 80 83 80 0.04 0 0.04 0.67 120 0.02 0.32
Hex 50 53 50 4 0 4 43 78 2 20
Octal 120 123 120 4 0 4 103 170 2 40
Binary 1010000 1010011 1010000 100 0 100 1000011 1111000 10 100000

Color Harmonies of #505350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505350

Black with #505350

Text Example


Text Example

White with #505350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505350; }

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

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

background-color css

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

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

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

border-color css

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

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

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