Html Css Color HEX #50594F Nandor

📋 copy color: '#50594F'

red 80 ◦ green 89 ◦ blue 79

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

Shades of Nandor #50594F

Tints of Nandor #50594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 32.26%
G = 35.89%
B = 31.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#50594F (or 0x50594F) is known color: Nandor. HEX triplet: 50, 59 and 4F. RGB value is (80,89,79). Sum of RGB (Red+Green+Blue) = 80+89+79=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #50594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50594F is #AFA6B0. Grayscale: #555555. Windows color (decimal): -11511473 or 5200208. OLE color: 5200208.

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

Color convert

RGB 80 89 79 -
CMYK 0.10 0 0.11 0.65
HSL 114º 0.06% 0.33% -
HSV(B) 114º 0.11% 0.35% -
XYZ 8.29 9.41 8.78 -
YUV 85.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 80 89 79 0.10 0 0.11 0.65 114 0.06 0.33
Hex 50 59 4F A 0 B 41 72 6 21
Octal 120 131 117 12 0 13 101 162 6 41
Binary 1010000 1011001 1001111 1010 0 1011 1000001 1110010 110 100001

Color Harmonies of #50594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50594F

Black with #50594F

Text Example


Text Example

White with #50594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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