#50584F

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

Shades of Nandor #50584F

Tints of Nandor #50584F

Color information

#50584F (or 0x50584F) is unknown color: approx Nandor. HEX triplet: 50, 58 and 4F. RGB value is (80,88,79). Sum of RGB (Red+Green+Blue) = 80+88+79=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #50584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50584F is #AFA7B0. Grayscale: #545454. Windows color (decimal): -11511729 or 5199952. OLE color: 5199952.

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

Color convert

RGB808879-
CMYK0.0900.100.65
HSL113.33º5.39%32.75%-
HSV(B)113.33º10.23%34.51%-
XYZ8.219.258.75-
YUV84.58124.85124.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=32.39%
G=35.63%
B=31.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088790.0900.100.65113.335.3932.75
Hex50584F90A4171521
Octal12013011711012101161541
Binary10100001011000100111110010101010000011110001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50584F; }

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

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

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

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

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

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

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

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