Html Css Color HEX #518671 Cutty Sark

📋 copy color: '#518671'

red 81 ◦ green 134 ◦ blue 113

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

Shades of Cutty Sark #518671

Tints of Cutty Sark #518671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 24.7%
G = 40.85%
B = 34.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#518671 (or 0x518671) is known color: Cutty Sark. HEX triplet: 51, 86 and 71. RGB value is (81,134,113). Sum of RGB (Red+Green+Blue) = 81+134+113=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #518671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518671 is #AE798E. Grayscale: #737373. Windows color (decimal): -11434383 or 7439953. OLE color: 7439953.

HSL color Cylindrical-coordinate representation of color #518671: hue angle of 156.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518671 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 113 -
CMYK 0.40 0 0.16 0.47
HSL 156.23º 0.25% 0.42% -
HSV(B) 156.23º 0.4% 0.53% -
XYZ 14.9 19.99 18.7 -
YUV 115.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 81 134 113 0.40 0 0.16 0.47 156.23 0.25 0.42
Hex 51 86 71 28 0 10 2F 9C 19 2A
Octal 121 206 161 50 0 20 57 234 31 52
Binary 1010001 10000110 1110001 101000 0 10000 101111 10011100 11001 101010

Color Harmonies of #518671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518671

Black with #518671

Text Example


Text Example

White with #518671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518671; }

 p { color: rgb(81,134,113); }

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

background-color css

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

 a { background-color: rgb(81,134,113); }

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

border-color css

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

 span { border-color: rgb(81,134,113); }

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