Html Css Color HEX #518172 Cutty Sark

📋 copy color: '#518172'

red 81 ◦ green 129 ◦ blue 114

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

Shades of Cutty Sark #518172

Tints of Cutty Sark #518172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.81%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 25%
G = 39.81%
B = 35.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#518172 (or 0x518172) is known color: Cutty Sark. HEX triplet: 51, 81 and 72. RGB value is (81,129,114). Sum of RGB (Red+Green+Blue) = 81+129+114=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #518172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518172 is #AE7E8D. Grayscale: #707070. Windows color (decimal): -11435662 or 7504209. OLE color: 7504209.

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

Color convert

RGB 81 129 114 -
CMYK 0.37 0 0.12 0.49
HSL 161.25º 0.23% 0.41% -
HSV(B) 161.25º 0.37% 0.51% -
XYZ 14.28 18.66 18.77 -
YUV 112.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 81 129 114 0.37 0 0.12 0.49 161.25 0.23 0.41
Hex 51 81 72 25 0 C 31 A1 17 29
Octal 121 201 162 45 0 14 61 241 27 51
Binary 1010001 10000001 1110010 100101 0 1100 110001 10100001 10111 101001

Color Harmonies of #518172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518172

Black with #518172

Text Example


Text Example

White with #518172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518172; }

 p { color: rgb(81,129,114); }

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

background-color css

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

 a { background-color: rgb(81,129,114); }

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

border-color css

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

 span { border-color: rgb(81,129,114); }

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