#509178

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

Shades of Cutty Sark #509178

Tints of Cutty Sark #509178

Color information

#509178 (or 0x509178) is unknown color: approx Cutty Sark. HEX triplet: 50, 91 and 78. RGB value is (80,145,120). Sum of RGB (Red+Green+Blue) = 80+145+120=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #509178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509178 is #AF6E87. Grayscale: #7A7A7A. Windows color (decimal): -11497096 or 7901520. OLE color: 7901520.

HSL color Cylindrical-coordinate representation of color #509178: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509178 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB80145120-
CMYK0.4500.170.43
HSL156.92º28.89%44.12%-
HSV(B)156.92º44.83%56.86%-
XYZ16.8223.3121.38-
YUV122.72126.4797.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=23.19%
G=42.03%
B=34.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451200.4500.170.43156.9228.8944.12
Hex5091782D0112B9d1d2c
Octal12022117055021532353554
Binary10100001001000111110001011010100011010111001110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509178; }

 p { color: rgb(80,145,120); }

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

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

 a { background-color: rgb(80,145,120); }

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

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

 span { border-color: rgb(80,145,120); }

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