Html Css Color HEX #518471 Cutty Sark

📋 copy color: '#518471'

red 81 ◦ green 132 ◦ blue 113

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

Shades of Cutty Sark #518471

Tints of Cutty Sark #518471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 24.85%
G = 40.49%
B = 34.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#518471 (or 0x518471) is known color: Cutty Sark. HEX triplet: 51, 84 and 71. RGB value is (81,132,113). Sum of RGB (Red+Green+Blue) = 81+132+113=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #518471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518471 is #AE7B8E. Grayscale: #727272. Windows color (decimal): -11434895 or 7439441. OLE color: 7439441.

HSL color Cylindrical-coordinate representation of color #518471: hue angle of 157.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518471 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 113 -
CMYK 0.39 0 0.14 0.48
HSL 157.65º 0.24% 0.42% -
HSV(B) 157.65º 0.39% 0.52% -
XYZ 14.63 19.44 18.61 -
YUV 114.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 81 132 113 0.39 0 0.14 0.48 157.65 0.24 0.42
Hex 51 84 71 27 0 E 30 9E 18 2A
Octal 121 204 161 47 0 16 60 236 30 52
Binary 1010001 10000100 1110001 100111 0 1110 110000 10011110 11000 101010

Color Harmonies of #518471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518471

Black with #518471

Text Example


Text Example

White with #518471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518471; }

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

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

background-color css

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

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

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

border-color css

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

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

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