Html Css Color HEX #518271 Cutty Sark

📋 copy color: '#518271'

red 81 ◦ green 130 ◦ blue 113

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

Shades of Cutty Sark #518271

Tints of Cutty Sark #518271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 25%
G = 40.12%
B = 34.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#518271 (or 0x518271) is known color: Cutty Sark. HEX triplet: 51, 82 and 71. RGB value is (81,130,113). Sum of RGB (Red+Green+Blue) = 81+130+113=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #518271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518271 is #AE7D8E. Grayscale: #717171. Windows color (decimal): -11435407 or 7438929. OLE color: 7438929.

HSL color Cylindrical-coordinate representation of color #518271: hue angle of 159.18º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518271 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 130 113 -
CMYK 0.38 0 0.13 0.49
HSL 159.18º 0.23% 0.41% -
HSV(B) 159.18º 0.38% 0.51% -
XYZ 14.36 18.91 18.52 -
YUV 113.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 81 130 113 0.38 0 0.13 0.49 159.18 0.23 0.41
Hex 51 82 71 26 0 D 31 9F 17 29
Octal 121 202 161 46 0 15 61 237 27 51
Binary 1010001 10000010 1110001 100110 0 1101 110001 10011111 10111 101001

Color Harmonies of #518271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518271

Black with #518271

Text Example


Text Example

White with #518271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518271; }

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

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

background-color css

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

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

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

border-color css

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

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

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