Html Css Color HEX #518571 Cutty Sark

📋 copy color: '#518571'

red 81 ◦ green 133 ◦ blue 113

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

Shades of Cutty Sark #518571

Tints of Cutty Sark #518571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 24.77%
G = 40.67%
B = 34.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#518571 (or 0x518571) is known color: Cutty Sark. HEX triplet: 51, 85 and 71. RGB value is (81,133,113). Sum of RGB (Red+Green+Blue) = 81+133+113=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #518571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518571 is #AE7A8E. Grayscale: #737373. Windows color (decimal): -11434639 or 7439697. OLE color: 7439697.

HSL color Cylindrical-coordinate representation of color #518571: hue angle of 156.92º 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 #518571 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 133 113 -
CMYK 0.39 0 0.15 0.48
HSL 156.92º 0.24% 0.42% -
HSV(B) 156.92º 0.39% 0.52% -
XYZ 14.76 19.72 18.65 -
YUV 115.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 81 133 113 0.39 0 0.15 0.48 156.92 0.24 0.42
Hex 51 85 71 27 0 F 30 9D 18 2A
Octal 121 205 161 47 0 17 60 235 30 52
Binary 1010001 10000101 1110001 100111 0 1111 110000 10011101 11000 101010

Color Harmonies of #518571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518571

Black with #518571

Text Example


Text Example

White with #518571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518571; }

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

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

background-color css

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

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

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

border-color css

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

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

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