#508B73

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

Shades of Cutty Sark #508B73

Tints of Cutty Sark #508B73

Color information

#508B73 (or 0x508B73) is unknown color: approx Cutty Sark. HEX triplet: 50, 8B and 73. RGB value is (80,139,115). Sum of RGB (Red+Green+Blue) = 80+139+115=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #508B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B73 is #AF748C. Grayscale: #767676. Windows color (decimal): -11498637 or 7572304. OLE color: 7572304.

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

Color convert

RGB80139115-
CMYK0.4200.170.45
HSL155.59º26.94%42.94%-
HSV(B)155.59º42.45%54.51%-
XYZ15.6421.4119.53-
YUV118.62125.95100.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=23.95%
G=41.62%
B=34.43%

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
Decimal801391150.4200.170.45155.5926.9442.94
Hex508B732A0112D9c1b2b
Octal12021316352021552343353
Binary10100001000101111100111010100100011011011001110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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