#518174

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

Shades of Cutty Sark #518174

Tints of Cutty Sark #518174

Color information

#518174 (or 0x518174) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 74. RGB value is (81,129,116). Sum of RGB (Red+Green+Blue) = 81+129+116=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #518174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518174 is #AE7E8B. Grayscale: #717171. Windows color (decimal): -11435660 or 7635281. OLE color: 7635281.

HSL color Cylindrical-coordinate representation of color #518174: hue angle of 163.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518174 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB81129116-
CMYK0.3700.100.49
HSL163.75º22.86%41.18%-
HSV(B)163.75º37.21%50.59%-
XYZ14.418.7119.38-
YUV113.17129.6105.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=24.85%
G=39.57%
B=35.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291160.3700.100.49163.7522.8641.18
Hex518174250A31a41729
Octal12120116445012612442751
Binary1010001100000011110100100101010101100011010010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518174; }

 p { color: rgb(81,129,116); }

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

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

 a { background-color: rgb(81,129,116); }

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

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

 span { border-color: rgb(81,129,116); }

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