#506C4F

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

Shades of Nandor #506C4F

Tints of Nandor #506C4F

Color information

#506C4F (or 0x506C4F) is unknown color: approx Nandor. HEX triplet: 50, 6C and 4F. RGB value is (80,108,79). Sum of RGB (Red+Green+Blue) = 80+108+79=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #506C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C4F is #AF93B0. Grayscale: #606060. Windows color (decimal): -11506609 or 5205072. OLE color: 5205072.

HSL color Cylindrical-coordinate representation of color #506C4F: hue angle of 117.93º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506C4F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB8010879-
CMYK0.2600.270.58
HSL117.93º15.51%36.67%-
HSV(B)117.93º26.85%42.35%-
XYZ10.08139.37-
YUV96.32118.22116.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=29.96%
G=40.45%
B=29.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108790.2600.270.58117.9315.5136.67
Hex506C4F1A01B3A761025
Octal12015411732033721662045
Binary10100001101100100111111010011011111010111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506C4F; }

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

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

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

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

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

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

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

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