#509177

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

Shades of Cutty Sark #509177

Tints of Cutty Sark #509177

Color information

#509177 (or 0x509177) is unknown color: approx Cutty Sark. HEX triplet: 50, 91 and 77. RGB value is (80,145,119). Sum of RGB (Red+Green+Blue) = 80+145+119=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #509177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509177 is #AF6E88. Grayscale: #7A7A7A. Windows color (decimal): -11497097 or 7835984. OLE color: 7835984.

HSL color Cylindrical-coordinate representation of color #509177: hue angle of 156º 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 #509177 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB80145119-
CMYK0.4500.180.43
HSL156º28.89%44.12%-
HSV(B)156º44.83%56.86%-
XYZ16.7623.2921.06-
YUV122.6125.9797.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=23.26%
G=42.15%
B=34.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451190.4500.180.4315628.8944.12
Hex5091772D0122B9c1d2c
Octal12022116755022532343554
Binary10100001001000111101111011010100101010111001110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509177; }

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

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

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

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

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

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

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

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