#518175

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

Shades of Cutty Sark #518175

Tints of Cutty Sark #518175

Color information

#518175 (or 0x518175) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 75. RGB value is (81,129,117). Sum of RGB (Red+Green+Blue) = 81+129+117=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #518175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518175 is #AE7E8A. Grayscale: #717171. Windows color (decimal): -11435659 or 7700817. OLE color: 7700817.

HSL color Cylindrical-coordinate representation of color #518175: hue angle of 165º 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 #518175 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB81129117-
CMYK0.3700.090.49
HSL165º22.86%41.18%-
HSV(B)165º37.21%50.59%-
XYZ14.4518.7319.68-
YUV113.28130.1104.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=24.77%
G=39.45%
B=35.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291170.3700.090.4916522.8641.18
Hex518175250931a51729
Octal12120116545011612452751
Binary1010001100000011110101100101010011100011010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518175; }

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

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

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

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

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

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

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

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