Html Css Color HEX #50634E Nandor

📋 copy color: '#50634E'

red 80 ◦ green 99 ◦ blue 78

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

Shades of Nandor #50634E

Tints of Nandor #50634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 31.13%
G = 38.52%
B = 30.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#50634E (or 0x50634E) is known color: Nandor. HEX triplet: 50, 63 and 4E. RGB value is (80,99,78). Sum of RGB (Red+Green+Blue) = 80+99+78=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #50634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50634E is #AF9CB1. Grayscale: #5A5A5A. Windows color (decimal): -11508914 or 5137232. OLE color: 5137232.

HSL color Cylindrical-coordinate representation of color #50634E: hue angle of 114.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50634E is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 78 -
CMYK 0.19 0 0.21 0.61
HSL 114.29º 0.12% 0.35% -
HSV(B) 114.29º 0.21% 0.39% -
XYZ 9.15 11.18 8.88 -
YUV 90.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 80 99 78 0.19 0 0.21 0.61 114.29 0.12 0.35
Hex 50 63 4E 13 0 15 3D 72 C 23
Octal 120 143 116 23 0 25 75 162 14 43
Binary 1010000 1100011 1001110 10011 0 10101 111101 1110010 1100 100011

Color Harmonies of #50634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50634E

Black with #50634E

Text Example


Text Example

White with #50634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50634E; }

 p { color: rgb(80,99,78); }

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

background-color css

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

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

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

border-color css

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

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

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