Html Css Color HEX #50866D Cutty Sark

📋 copy color: '#50866D'

red 80 ◦ green 134 ◦ blue 109

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

Shades of Cutty Sark #50866D

Tints of Cutty Sark #50866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 24.77%
G = 41.49%
B = 33.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#50866D (or 0x50866D) is known color: Cutty Sark. HEX triplet: 50, 86 and 6D. RGB value is (80,134,109). Sum of RGB (Red+Green+Blue) = 80+134+109=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #50866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50866D is #AF7992. Grayscale: #737373. Windows color (decimal): -11499923 or 7177808. OLE color: 7177808.

HSL color Cylindrical-coordinate representation of color #50866D: hue angle of 152.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50866D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 109 -
CMYK 0.40 0 0.19 0.47
HSL 152.22º 0.25% 0.42% -
HSV(B) 152.22º 0.4% 0.53% -
XYZ 14.59 19.86 17.53 -
YUV 115 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 80 134 109 0.40 0 0.19 0.47 152.22 0.25 0.42
Hex 50 86 6D 28 0 13 2F 98 19 2A
Octal 120 206 155 50 0 23 57 230 31 52
Binary 1010000 10000110 1101101 101000 0 10011 101111 10011000 11001 101010

Color Harmonies of #50866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50866D

Black with #50866D

Text Example


Text Example

White with #50866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50866D; }

 p { color: rgb(80,134,109); }

 H1.HeaderClassName
 {
   color: #50866D;
 }
 .AnyTagClassName
 {
   color: #50866D;
 }
</style>

background-color css

<style>
 a { background-color: #50866D; }

 a { background-color: rgb(80,134,109); }

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

border-color css

<style>
 span { border-color: #50866D; }

 span { border-color: rgb(80,134,109); }

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