#508B79

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

Shades of Cutty Sark #508B79

Tints of Cutty Sark #508B79

Color information

#508B79 (or 0x508B79) is unknown color: approx Cutty Sark. HEX triplet: 50, 8B and 79. RGB value is (80,139,121). Sum of RGB (Red+Green+Blue) = 80+139+121=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #508B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B79 is #AF7486. Grayscale: #777777. Windows color (decimal): -11498631 or 7965520. OLE color: 7965520.

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

Color convert

RGB80139121-
CMYK0.4200.130.45
HSL161.69º26.94%42.94%-
HSV(B)161.69º42.45%54.51%-
XYZ15.9921.5521.41-
YUV119.31128.9599.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=23.53%
G=40.88%
B=35.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391210.4200.130.45161.6926.9442.94
Hex508B792A0D2Da21b2b
Octal12021317152015552423353
Binary1010000100010111111001101010011011011011010001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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