#518F6F

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

Shades of Cutty Sark #518F6F

Tints of Cutty Sark #518F6F

Color information

#518F6F (or 0x518F6F) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 6F. RGB value is (81,143,111). Sum of RGB (Red+Green+Blue) = 81+143+111=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #518F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F6F is #AE7090. Grayscale: #787878. Windows color (decimal): -11432081 or 7311185. OLE color: 7311185.

HSL color Cylindrical-coordinate representation of color #518F6F: hue angle of 149.03º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F6F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB81143111-
CMYK0.4300.220.44
HSL149.03º27.68%43.92%-
HSV(B)149.03º43.36%56.08%-
XYZ16.0922.5418.54-
YUV120.81122.4699.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=24.18%
G=42.69%
B=33.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431110.4300.220.44149.0327.6843.92
Hex518F6F2B0162C951c2c
Octal12121715753026542253454
Binary10100011000111111011111010110101101011001001010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F6F; }

 p { color: rgb(81,143,111); }

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

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

 a { background-color: rgb(81,143,111); }

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

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

 span { border-color: rgb(81,143,111); }

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