#50876F

Color #50876F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #50876F

Tints of Cutty Sark #50876F

Color information

#50876F (or 0x50876F) is unknown color: approx 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

RGB80135111-
CMYK0.4100.180.47
HSL153.82º25.58%42.16%-
HSV(B)153.82º40.74%52.94%-
XYZ14.8420.1818.15-
YUV115.82125.28102.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351110.4100.180.47153.8225.5842.16
Hex50876F290122F9a1a2a
Octal12020715751022572323252
Binary10100001000011111011111010010100101011111001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>