#518F6A

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

Shades of Cutty Sark #518F6A

Tints of Cutty Sark #518F6A

Color information

#518F6A (or 0x518F6A) is unknown color: approx Cutty Sark. HEX triplet: 51, 8F and 6A. RGB value is (81,143,106). Sum of RGB (Red+Green+Blue) = 81+143+106=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #518F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F6A is #AE7095. Grayscale: #787878. Windows color (decimal): -11432086 or 6983505. OLE color: 6983505.

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

Color convert

RGB81143106-
CMYK0.4300.260.44
HSL144.19º27.68%43.92%-
HSV(B)144.19º43.36%56.08%-
XYZ15.8222.4317.13-
YUV120.24119.96100.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=24.55%
G=43.33%
B=32.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811431060.4300.260.44144.1927.6843.92
Hex518F6A2B01A2C901c2c
Octal12121715253032542203454
Binary10100011000111111010101010110110101011001001000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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