#518F6C

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

Shades of Cutty Sark #518F6C

Tints of Cutty Sark #518F6C

Color information

#518F6C (or 0x518F6C) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 6C. RGB value is (81,143,108). Sum of RGB (Red+Green+Blue) = 81+143+108=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #518F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F6C is #AE7093. Grayscale: #787878. Windows color (decimal): -11432084 or 7114577. OLE color: 7114577.

HSL color Cylindrical-coordinate representation of color #518F6C: hue angle of 146.13º 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 #518F6C is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB81143108-
CMYK0.4300.240.44
HSL146.13º27.68%43.92%-
HSV(B)146.13º43.36%56.08%-
XYZ15.9222.4817.69-
YUV120.47120.9699.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=24.40%
G=43.07%
B=32.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431080.4300.240.44146.1327.6843.92
Hex518F6C2B0182C921c2c
Octal12121715453030542223454
Binary10100011000111111011001010110110001011001001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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