Html Css Color HEX #518973 Cutty Sark

📋 copy color: '#518973'

red 81 ◦ green 137 ◦ blue 115

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

Shades of Cutty Sark #518973

Tints of Cutty Sark #518973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 24.32%
G = 41.14%
B = 34.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#518973 (or 0x518973) is known color: Cutty Sark. HEX triplet: 51, 89 and 73. RGB value is (81,137,115). Sum of RGB (Red+Green+Blue) = 81+137+115=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #518973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518973 is #AE768C. Grayscale: #757575. Windows color (decimal): -11433613 or 7571793. OLE color: 7571793.

HSL color Cylindrical-coordinate representation of color #518973: hue angle of 156.43º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518973 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 137 115 -
CMYK 0.41 0 0.16 0.46
HSL 156.43º 0.26% 0.43% -
HSV(B) 156.43º 0.41% 0.54% -
XYZ 15.43 20.88 19.44 -
YUV 117.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 81 137 115 0.41 0 0.16 0.46 156.43 0.26 0.43
Hex 51 89 73 29 0 10 2E 9C 1A 2B
Octal 121 211 163 51 0 20 56 234 32 53
Binary 1010001 10001001 1110011 101001 0 10000 101110 10011100 11010 101011

Color Harmonies of #518973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518973

Black with #518973

Text Example


Text Example

White with #518973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518973; }

 p { color: rgb(81,137,115); }

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

background-color css

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

 a { background-color: rgb(81,137,115); }

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

border-color css

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

 span { border-color: rgb(81,137,115); }

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