#518678

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

Shades of Cutty Sark #518678

Tints of Cutty Sark #518678

Color information

#518678 (or 0x518678) is unknown color: approx Cutty Sark. HEX triplet: 51, 86 and 78. RGB value is (81,134,120). Sum of RGB (Red+Green+Blue) = 81+134+120=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #518678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518678 is #AE7987. Grayscale: #747474. Windows color (decimal): -11434376 or 7898705. OLE color: 7898705.

HSL color Cylindrical-coordinate representation of color #518678: hue angle of 164.15º 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 #518678 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB81134120-
CMYK0.4000.100.47
HSL164.15º24.65%42.16%-
HSV(B)164.15º39.55%52.55%-
XYZ15.3120.1620.85-
YUV116.56129.94102.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=24.18%
G=40%
B=35.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341200.4000.100.47164.1524.6542.16
Hex518678280A2Fa4192a
Octal12120617050012572443152
Binary1010001100001101111000101000010101011111010010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518678; }

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

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

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

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

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

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

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

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