Html Css Color HEX #518E6B Cutty Sark

📋 copy color: '#518E6B'

red 81 ◦ green 142 ◦ blue 107

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

Shades of Cutty Sark #518E6B

Tints of Cutty Sark #518E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.03%

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 24.55%
G = 43.03%
B = 32.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#518E6B (or 0x518E6B) is known color: Cutty Sark. HEX triplet: 51, 8E and 6B. RGB value is (81,142,107). Sum of RGB (Red+Green+Blue) = 81+142+107=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #518E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E6B is #AE7194. Grayscale: #777777. Windows color (decimal): -11432341 or 7048785. OLE color: 7048785.

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

Color convert

RGB 81 142 107 -
CMYK 0.43 0 0.25 0.44
HSL 145.57º 0.27% 0.44% -
HSV(B) 145.57º 0.43% 0.56% -
XYZ 15.72 22.16 17.36 -
YUV 119.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 81 142 107 0.43 0 0.25 0.44 145.57 0.27 0.44
Hex 51 8E 6B 2B 0 19 2C 92 1B 2C
Octal 121 216 153 53 0 31 54 222 33 54
Binary 1010001 10001110 1101011 101011 0 11001 101100 10010010 11011 101100

Color Harmonies of #518E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518E6B

Black with #518E6B

Text Example


Text Example

White with #518E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,107); }

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

background-color css

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

 a { background-color: rgb(81,142,107); }

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

border-color css

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

 span { border-color: rgb(81,142,107); }

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