Html Css Color HEX #519173 Cutty Sark

📋 copy color: '#519173'

red 81 ◦ green 145 ◦ blue 115

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

Shades of Cutty Sark #519173

Tints of Cutty Sark #519173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

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

R = 23.75%
G = 42.52%
B = 33.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#519173 (or 0x519173) is known color: Cutty Sark. HEX triplet: 51, 91 and 73. RGB value is (81,145,115). Sum of RGB (Red+Green+Blue) = 81+145+115=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #519173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519173 is #AE6E8C. Grayscale: #7A7A7A. Windows color (decimal): -11431565 or 7573841. OLE color: 7573841.

HSL color Cylindrical-coordinate representation of color #519173: hue angle of 151.88º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519173 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 115 -
CMYK 0.44 0 0.21 0.43
HSL 151.88º 0.28% 0.44% -
HSV(B) 151.88º 0.44% 0.57% -
XYZ 16.61 23.24 19.83 -
YUV 122.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 81 145 115 0.44 0 0.21 0.43 151.88 0.28 0.44
Hex 51 91 73 2C 0 15 2B 98 1C 2C
Octal 121 221 163 54 0 25 53 230 34 54
Binary 1010001 10010001 1110011 101100 0 10101 101011 10011000 11100 101100

Color Harmonies of #519173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519173

Black with #519173

Text Example


Text Example

White with #519173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519173; }

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

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

background-color css

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

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

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

border-color css

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

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

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