Html Css Color HEX #50866E Cutty Sark

📋 copy color: '#50866E'

red 80 ◦ green 134 ◦ blue 110

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

Shades of Cutty Sark #50866E

Tints of Cutty Sark #50866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 24.69%
G = 41.36%
B = 33.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#50866E (or 0x50866E) is known color: Cutty Sark. HEX triplet: 50, 86 and 6E. RGB value is (80,134,110). Sum of RGB (Red+Green+Blue) = 80+134+110=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #50866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50866E is #AF7991. Grayscale: #737373. Windows color (decimal): -11499922 or 7243344. OLE color: 7243344.

HSL color Cylindrical-coordinate representation of color #50866E: hue angle of 153.33º 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 #50866E is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 110 -
CMYK 0.40 0 0.18 0.47
HSL 153.33º 0.25% 0.42% -
HSV(B) 153.33º 0.4% 0.53% -
XYZ 14.65 19.88 17.82 -
YUV 115.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 80 134 110 0.40 0 0.18 0.47 153.33 0.25 0.42
Hex 50 86 6E 28 0 12 2F 99 19 2A
Octal 120 206 156 50 0 22 57 231 31 52
Binary 1010000 10000110 1101110 101000 0 10010 101111 10011001 11001 101010

Color Harmonies of #50866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50866E

Black with #50866E

Text Example


Text Example

White with #50866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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