#508B74

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

Shades of Cutty Sark #508B74

Tints of Cutty Sark #508B74

Color information

#508B74 (or 0x508B74) is unknown color: approx Cutty Sark. HEX triplet: 50, 8B and 74. RGB value is (80,139,116). Sum of RGB (Red+Green+Blue) = 80+139+116=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #508B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B74 is #AF748B. Grayscale: #767676. Windows color (decimal): -11498636 or 7637840. OLE color: 7637840.

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

Color convert

RGB80139116-
CMYK0.4200.170.45
HSL156.61º26.94%42.94%-
HSV(B)156.61º42.45%54.51%-
XYZ15.6921.4319.83-
YUV118.74126.45100.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=23.88%
G=41.49%
B=34.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391160.4200.170.45156.6126.9442.94
Hex508B742A0112D9d1b2b
Octal12021316452021552353353
Binary10100001000101111101001010100100011011011001110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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