#508677

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

Shades of Cutty Sark #508677

Tints of Cutty Sark #508677

Color information

#508677 (or 0x508677) is unknown color: approx Cutty Sark. HEX triplet: 50, 86 and 77. RGB value is (80,134,119). Sum of RGB (Red+Green+Blue) = 80+134+119=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #508677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508677 is #AF7988. Grayscale: #747474. Windows color (decimal): -11499913 or 7833168. OLE color: 7833168.

HSL color Cylindrical-coordinate representation of color #508677: hue angle of 163.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508677 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB80134119-
CMYK0.4000.110.47
HSL163.33º25.23%41.96%-
HSV(B)163.33º40.3%52.55%-
XYZ15.1620.0920.53-
YUV116.14129.61102.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=24.02%
G=40.24%
B=35.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341190.4000.110.47163.3325.2341.96
Hex508677280B2Fa3192a
Octal12020616750013572433152
Binary1010000100001101110111101000010111011111010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508677; }

 p { color: rgb(80,134,119); }

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

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

 a { background-color: rgb(80,134,119); }

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

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

 span { border-color: rgb(80,134,119); }

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