#518778

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

Shades of Cutty Sark #518778

Tints of Cutty Sark #518778

Color information

#518778 (or 0x518778) is unknown color: approx Cutty Sark. HEX triplet: 51, 87 and 78. RGB value is (81,135,120). Sum of RGB (Red+Green+Blue) = 81+135+120=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #518778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518778 is #AE7887. Grayscale: #757575. Windows color (decimal): -11434120 or 7898961. OLE color: 7898961.

HSL color Cylindrical-coordinate representation of color #518778: hue angle of 163.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518778 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB81135120-
CMYK0.4000.110.47
HSL163.33º25%42.35%-
HSV(B)163.33º40%52.94%-
XYZ15.4520.4320.9-
YUV117.14129.61102.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=24.11%
G=40.18%
B=35.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811351200.4000.110.47163.332542.35
Hex518778280B2Fa3192a
Octal12120717050013572433152
Binary1010001100001111111000101000010111011111010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518778; }

 p { color: rgb(81,135,120); }

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

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

 a { background-color: rgb(81,135,120); }

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

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

 span { border-color: rgb(81,135,120); }

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