#508E79

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

Shades of Cutty Sark #508E79

Tints of Cutty Sark #508E79

Color information

#508E79 (or 0x508E79) is unknown color: approx Cutty Sark. HEX triplet: 50, 8E and 79. RGB value is (80,142,121). Sum of RGB (Red+Green+Blue) = 80+142+121=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #508E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E79 is #AF7186. Grayscale: #797979. Windows color (decimal): -11497863 or 7966288. OLE color: 7966288.

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

Color convert

RGB80142121-
CMYK0.4400.150.44
HSL159.68º27.93%43.53%-
HSV(B)159.68º43.66%55.69%-
XYZ16.4322.4321.55-
YUV121.07127.9698.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=23.32%
G=41.40%
B=35.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801421210.4400.150.44159.6827.9343.53
Hex508E792C0F2Ca01c2c
Octal12021617154017542403454
Binary1010000100011101111001101100011111011001010000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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