Html Css Color HEX #50664F Nandor

📋 copy color: '#50664F'

red 80 ◦ green 102 ◦ blue 79

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

Shades of Nandor #50664F

Tints of Nandor #50664F

RGB

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

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

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

R = 30.65%
G = 39.08%
B = 30.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#50664F (or 0x50664F) is known color: Nandor. HEX triplet: 50, 66 and 4F. RGB value is (80,102,79). Sum of RGB (Red+Green+Blue) = 80+102+79=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #50664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50664F is #AF99B0. Grayscale: #5C5C5C. Windows color (decimal): -11508145 or 5203536. OLE color: 5203536.

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

Color convert

RGB 80 102 79 -
CMYK 0.22 0 0.23 0.6
HSL 117.39º 0.13% 0.35% -
HSV(B) 117.39º 0.23% 0.4% -
XYZ 9.47 11.77 9.17 -
YUV 92.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 80 102 79 0.22 0 0.23 0.6 117.39 0.13 0.35
Hex 50 66 4F 16 0 17 3C 75 D 23
Octal 120 146 117 26 0 27 74 165 15 43
Binary 1010000 1100110 1001111 10110 0 10111 111100 1110101 1101 100011

Color Harmonies of #50664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50664F

Black with #50664F

Text Example


Text Example

White with #50664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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