#508A79

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

Shades of Cutty Sark #508A79

Tints of Cutty Sark #508A79

Color information

#508A79 (or 0x508A79) is unknown color: approx Cutty Sark. HEX triplet: 50, 8A and 79. RGB value is (80,138,121). Sum of RGB (Red+Green+Blue) = 80+138+121=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #508A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A79 is #AF7586. Grayscale: #767676. Windows color (decimal): -11498887 or 7965264. OLE color: 7965264.

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

Color convert

RGB80138121-
CMYK0.4200.120.46
HSL162.41º26.61%42.75%-
HSV(B)162.41º42.03%54.12%-
XYZ15.8521.2621.36-
YUV118.72129.28100.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=23.60%
G=40.71%
B=35.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801381210.4200.120.46162.4126.6142.75
Hex508A792A0C2Ea21b2b
Octal12021217152014562423353
Binary1010000100010101111001101010011001011101010001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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