#518070

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

Shades of Cutty Sark #518070

Tints of Cutty Sark #518070

Color information

#518070 (or 0x518070) is unknown color: approx Cutty Sark. HEX triplet: 51, 80 and 70. RGB value is (81,128,112). Sum of RGB (Red+Green+Blue) = 81+128+112=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #518070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518070 is #AE7F8F. Grayscale: #707070. Windows color (decimal): -11435920 or 7372881. OLE color: 7372881.

HSL color Cylindrical-coordinate representation of color #518070: hue angle of 159.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518070 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB81128112-
CMYK0.3700.120.50
HSL159.57º22.49%40.98%-
HSV(B)159.57º36.72%50.2%-
XYZ14.0418.3618.13-
YUV112.12127.93105.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=25.23%
G=39.88%
B=34.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281120.3700.120.50159.5722.4940.98
Hex518070250C32a01629
Octal12120016045014622402651
Binary1010001100000001110000100101011001100101010000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518070; }

 p { color: rgb(81,128,112); }

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

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

 a { background-color: rgb(81,128,112); }

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

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

 span { border-color: rgb(81,128,112); }

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