#508D72

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

Shades of Cutty Sark #508D72

Tints of Cutty Sark #508D72

Color information

#508D72 (or 0x508D72) is unknown color: approx Cutty Sark. HEX triplet: 50, 8D and 72. RGB value is (80,141,114). Sum of RGB (Red+Green+Blue) = 80+141+114=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #508D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D72 is #AF728D. Grayscale: #777777. Windows color (decimal): -11498126 or 7507280. OLE color: 7507280.

HSL color Cylindrical-coordinate representation of color #508D72: hue angle of 153.44º 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 #508D72 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB80141114-
CMYK0.4300.190.45
HSL153.44º27.6%43.33%-
HSV(B)153.44º43.26%55.29%-
XYZ15.8721.9719.32-
YUV119.68124.7999.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=23.88%
G=42.09%
B=34.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411140.4300.190.45153.4427.643.33
Hex508D722B0132D991c2b
Octal12021516253023552313453
Binary10100001000110111100101010110100111011011001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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