Html Css Color HEX #50876F Cutty Sark

📋 copy color: '#50876F'

red 80 ◦ green 135 ◦ blue 111

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

Shades of Cutty Sark #50876F

Tints of Cutty Sark #50876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 24.54%
G = 41.41%
B = 34.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#50876F (or 0x50876F) is known color: Cutty Sark. HEX triplet: 50, 87 and 6F. RGB value is (80,135,111). Sum of RGB (Red+Green+Blue) = 80+135+111=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #50876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50876F is #AF7890. Grayscale: #737373. Windows color (decimal): -11499665 or 7309136. OLE color: 7309136.

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

Color convert

RGB 80 135 111 -
CMYK 0.41 0 0.18 0.47
HSL 153.82º 0.26% 0.42% -
HSV(B) 153.82º 0.41% 0.53% -
XYZ 14.84 20.18 18.15 -
YUV 115.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 80 135 111 0.41 0 0.18 0.47 153.82 0.26 0.42
Hex 50 87 6F 29 0 12 2F 9A 1A 2A
Octal 120 207 157 51 0 22 57 232 32 52
Binary 1010000 10000111 1101111 101001 0 10010 101111 10011010 11010 101010

Color Harmonies of #50876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50876F

Black with #50876F

Text Example


Text Example

White with #50876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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