Html Css Color HEX #518F6E Cutty Sark

📋 copy color: '#518F6E'

red 81 ◦ green 143 ◦ blue 110

#518F6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #518F6E

Tints of Cutty Sark #518F6E

RGB

 RED value IS 81 (32.03% from 255) = 24.25%

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 24.25%
G = 42.81%
B = 32.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#518F6E (or 0x518F6E) is known color: Cutty Sark. HEX triplet: 51, 8F and 6E. RGB value is (81,143,110). Sum of RGB (Red+Green+Blue) = 81+143+110=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #518F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F6E is #AE7091. Grayscale: #787878. Windows color (decimal): -11432082 or 7245649. OLE color: 7245649.

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

Color convert

RGB 81 143 110 -
CMYK 0.43 0 0.23 0.44
HSL 148.06º 0.28% 0.44% -
HSV(B) 148.06º 0.43% 0.56% -
XYZ 16.03 22.52 18.25 -
YUV 120.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 81 143 110 0.43 0 0.23 0.44 148.06 0.28 0.44
Hex 51 8F 6E 2B 0 17 2C 94 1C 2C
Octal 121 217 156 53 0 27 54 224 34 54
Binary 1010001 10001111 1101110 101011 0 10111 101100 10010100 11100 101100

Color Harmonies of #518F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518F6E

Black with #518F6E

Text Example


Text Example

White with #518F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #518F6E;
 }
 .AnyTagClassName
 {
   color: #518F6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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