#508D78

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

Shades of Cutty Sark #508D78

Tints of Cutty Sark #508D78

Color information

#508D78 (or 0x508D78) is unknown color: approx Cutty Sark. HEX triplet: 50, 8D and 78. RGB value is (80,141,120). Sum of RGB (Red+Green+Blue) = 80+141+120=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #508D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D78 is #AF7287. Grayscale: #787878. Windows color (decimal): -11498120 or 7900496. OLE color: 7900496.

HSL color Cylindrical-coordinate representation of color #508D78: hue angle of 159.34º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D78 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB80141120-
CMYK0.4300.150.45
HSL159.34º27.6%43.33%-
HSV(B)159.34º43.26%55.29%-
XYZ16.2222.1121.18-
YUV120.37127.7999.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=23.46%
G=41.35%
B=35.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411200.4300.150.45159.3427.643.33
Hex508D782B0F2D9f1c2b
Octal12021517053017552373453
Binary1010000100011011111000101011011111011011001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D78; }

 p { color: rgb(80,141,120); }

 H1.HeaderClassName
 {
   color: #508D78;
 }
 .AnyTagClassName
 {
   color: #508D78;
 }
</style>
background-color css

<style>
 a { background-color: #508D78; }

 a { background-color: rgb(80,141,120); }

 div.DivClassName
 {
   background-color: #508D78;
 }
 .BgClassName
 {
   background-color: #508D78;
 }
</style>
border-color css

<style>
 span { border-color: #508D78; }

 span { border-color: rgb(80,141,120); }

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