#508C73

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

Shades of Cutty Sark #508C73

Tints of Cutty Sark #508C73

Color information

#508C73 (or 0x508C73) is unknown color: approx Cutty Sark. HEX triplet: 50, 8C and 73. RGB value is (80,140,115). Sum of RGB (Red+Green+Blue) = 80+140+115=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #508C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508C73 is #AF738C. Grayscale: #777777. Windows color (decimal): -11498381 or 7572560. OLE color: 7572560.

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

Color convert

RGB80140115-
CMYK0.4300.180.45
HSL155º27.27%43.14%-
HSV(B)155º42.86%54.9%-
XYZ15.7821.719.58-
YUV119.21125.62100.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=23.88%
G=41.79%
B=34.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801401150.4300.180.4515527.2743.14
Hex508C732B0122D9b1b2b
Octal12021416353022552333353
Binary10100001000110011100111010110100101011011001101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,115); }

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

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

 a { background-color: rgb(80,140,115); }

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

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

 span { border-color: rgb(80,140,115); }

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