Html Css Color HEX #506850 Nandor

📋 copy color: '#506850'

red 80 ◦ green 104 ◦ blue 80

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

Shades of Nandor #506850

Tints of Nandor #506850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.39%

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

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#506850 (or 0x506850) is known color: Nandor. HEX triplet: 50, 68 and 50. RGB value is (80,104,80). Sum of RGB (Red+Green+Blue) = 80+104+80=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #506850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506850 is #AF97AF. Grayscale: #5E5E5E. Windows color (decimal): -11507632 or 5269584. OLE color: 5269584.

HSL color Cylindrical-coordinate representation of color #506850: hue angle of 120º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506850 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 80 -
CMYK 0.23 0 0.23 0.59
HSL 120º 0.13% 0.36% -
HSV(B) 120º 0.23% 0.41% -
XYZ 9.71 12.19 9.43 -
YUV 94.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 80 104 80 0.23 0 0.23 0.59 120 0.13 0.36
Hex 50 68 50 17 0 17 3B 78 D 24
Octal 120 150 120 27 0 27 73 170 15 44
Binary 1010000 1101000 1010000 10111 0 10111 111011 1111000 1101 100100

Color Harmonies of #506850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506850

Black with #506850

Text Example


Text Example

White with #506850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506850; }

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

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

background-color css

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

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

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

border-color css

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

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

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