Html Css Color HEX #50664E Nandor

📋 copy color: '#50664E'

red 80 ◦ green 102 ◦ blue 78

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

Shades of Nandor #50664E

Tints of Nandor #50664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 30.77%
G = 39.23%
B = 30%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#50664E (or 0x50664E) is known color: Nandor. HEX triplet: 50, 66 and 4E. RGB value is (80,102,78). Sum of RGB (Red+Green+Blue) = 80+102+78=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #50664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50664E is #AF99B1. Grayscale: #5C5C5C. Windows color (decimal): -11508146 or 5138000. OLE color: 5138000.

HSL color Cylindrical-coordinate representation of color #50664E: hue angle of 115º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50664E is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 78 -
CMYK 0.22 0 0.24 0.6
HSL 115º 0.13% 0.35% -
HSV(B) 115º 0.24% 0.4% -
XYZ 9.43 11.76 8.98 -
YUV 92.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 80 102 78 0.22 0 0.24 0.6 115 0.13 0.35
Hex 50 66 4E 16 0 18 3C 73 D 23
Octal 120 146 116 26 0 30 74 163 15 43
Binary 1010000 1100110 1001110 10110 0 11000 111100 1110011 1101 100011

Color Harmonies of #50664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50664E

Black with #50664E

Text Example


Text Example

White with #50664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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