#508B76

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

Shades of Cutty Sark #508B76

Tints of Cutty Sark #508B76

Color information

#508B76 (or 0x508B76) is unknown color: approx Cutty Sark. HEX triplet: 50, 8B and 76. RGB value is (80,139,118). Sum of RGB (Red+Green+Blue) = 80+139+118=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #508B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B76 is #AF7489. Grayscale: #767676. Windows color (decimal): -11498634 or 7768912. OLE color: 7768912.

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

Color convert

RGB80139118-
CMYK0.4200.150.45
HSL158.64º26.94%42.94%-
HSV(B)158.64º42.45%54.51%-
XYZ15.8121.4820.45-
YUV118.96127.45100.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=23.74%
G=41.25%
B=35.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391180.4200.150.45158.6426.9442.94
Hex508B762A0F2D9f1b2b
Octal12021316652017552373353
Binary1010000100010111110110101010011111011011001111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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