#518672

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

Shades of Cutty Sark #518672

Tints of Cutty Sark #518672

Color information

#518672 (or 0x518672) is unknown color: approx Cutty Sark. HEX triplet: 51, 86 and 72. RGB value is (81,134,114). Sum of RGB (Red+Green+Blue) = 81+134+114=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #518672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518672 is #AE798D. Grayscale: #737373. Windows color (decimal): -11434382 or 7505489. OLE color: 7505489.

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

Color convert

RGB81134114-
CMYK0.4000.150.47
HSL157.36º24.65%42.16%-
HSV(B)157.36º39.55%52.55%-
XYZ14.9620.0118.99-
YUV115.87126.94103.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=24.62%
G=40.73%
B=34.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341140.4000.150.47157.3624.6542.16
Hex518672280F2F9d192a
Octal12120616250017572353152
Binary1010001100001101110010101000011111011111001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518672; }

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

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

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

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

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

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

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

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