Html Css Color HEX #50876D Cutty Sark

📋 copy color: '#50876D'

red 80 ◦ green 135 ◦ blue 109

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

Shades of Cutty Sark #50876D

Tints of Cutty Sark #50876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 24.69%
G = 41.67%
B = 33.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#50876D (or 0x50876D) is known color: Cutty Sark. HEX triplet: 50, 87 and 6D. RGB value is (80,135,109). Sum of RGB (Red+Green+Blue) = 80+135+109=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #50876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50876D is #AF7892. Grayscale: #737373. Windows color (decimal): -11499667 or 7178064. OLE color: 7178064.

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

Color convert

RGB 80 135 109 -
CMYK 0.41 0 0.19 0.47
HSL 151.64º 0.26% 0.42% -
HSV(B) 151.64º 0.41% 0.53% -
XYZ 14.73 20.14 17.58 -
YUV 115.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 80 135 109 0.41 0 0.19 0.47 151.64 0.26 0.42
Hex 50 87 6D 29 0 13 2F 98 1A 2A
Octal 120 207 155 51 0 23 57 230 32 52
Binary 1010000 10000111 1101101 101001 0 10011 101111 10011000 11010 101010

Color Harmonies of #50876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50876D

Black with #50876D

Text Example


Text Example

White with #50876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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