#505450

Color #505450 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #505450

Tints of Nandor #505450

Color information

#505450 (or 0x505450) is unknown color: approx Nandor. HEX triplet: 50, 54 and 50. RGB value is (80,84,80). Sum of RGB (Red+Green+Blue) = 80+84+80=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 84 - color contains mainly: green. Hex color #505450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505450 is #AFABAF. Grayscale: #525252. Windows color (decimal): -11512752 or 5264464. OLE color: 5264464.

HSL color Cylindrical-coordinate representation of color #505450: 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.05%. Process color model (Four color, CMYK) of #505450 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB808480-
CMYK0.0500.050.67
HSL120º2.44%32.16%-
HSV(B)120º4.76%32.94%-
XYZ7.938.638.84-
YUV82.35126.67126.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=32.79%
G=34.43%
B=32.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084800.0500.050.671202.4432.16
Hex5054505054378220
Octal120124120505103170240
Binary10100001010100101000010101011000011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505450; }

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

 H1.HeaderClassName
 {
   color: #505450;
 }
 .AnyTagClassName
 {
   color: #505450;
 }
</style>
background-color css

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

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

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

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

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

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