#508F74

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

Shades of Cutty Sark #508F74

Tints of Cutty Sark #508F74

Color information

#508F74 (or 0x508F74) is unknown color: approx Cutty Sark. HEX triplet: 50, 8F and 74. RGB value is (80,143,116). Sum of RGB (Red+Green+Blue) = 80+143+116=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #508F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F74 is #AF708B. Grayscale: #797979. Windows color (decimal): -11497612 or 7638864. OLE color: 7638864.

HSL color Cylindrical-coordinate representation of color #508F74: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F74 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB80143116-
CMYK0.4400.190.44
HSL154.29º28.25%43.73%-
HSV(B)154.29º44.06%56.08%-
XYZ16.2822.6120.03-
YUV121.08125.1398.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=23.60%
G=42.18%
B=34.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801431160.4400.190.44154.2928.2543.73
Hex508F742C0132C9a1c2c
Octal12021716454023542323454
Binary10100001000111111101001011000100111011001001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,143,116); }

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

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

 a { background-color: rgb(80,143,116); }

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

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

 span { border-color: rgb(80,143,116); }

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