Html Css Color HEX #50614F Nandor

📋 copy color: '#50614F'

red 80 ◦ green 97 ◦ blue 79

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

Shades of Nandor #50614F

Tints of Nandor #50614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

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

R = 31.25%
G = 37.89%
B = 30.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#50614F (or 0x50614F) is known color: Nandor. HEX triplet: 50, 61 and 4F. RGB value is (80,97,79). Sum of RGB (Red+Green+Blue) = 80+97+79=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #50614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50614F is #AF9EB0. Grayscale: #595959. Windows color (decimal): -11509425 or 5202256. OLE color: 5202256.

HSL color Cylindrical-coordinate representation of color #50614F: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50614F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 79 -
CMYK 0.18 0 0.19 0.62
HSL 116.67º 0.1% 0.35% -
HSV(B) 116.67º 0.19% 0.38% -
XYZ 8.99 10.82 9.01 -
YUV 89.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 80 97 79 0.18 0 0.19 0.62 116.67 0.1 0.35
Hex 50 61 4F 12 0 13 3E 75 A 23
Octal 120 141 117 22 0 23 76 165 12 43
Binary 1010000 1100001 1001111 10010 0 10011 111110 1110101 1010 100011

Color Harmonies of #50614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50614F

Black with #50614F

Text Example


Text Example

White with #50614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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