Html Css Color HEX #518169 Cutty Sark

📋 copy color: '#518169'

red 81 ◦ green 129 ◦ blue 105

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

Shades of Cutty Sark #518169

Tints of Cutty Sark #518169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 25.71%
G = 40.95%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#518169 (or 0x518169) is known color: Cutty Sark. HEX triplet: 51, 81 and 69. RGB value is (81,129,105). Sum of RGB (Red+Green+Blue) = 81+129+105=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #518169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518169 is #AE7E96. Grayscale: #6F6F6F. Windows color (decimal): -11435671 or 6914385. OLE color: 6914385.

HSL color Cylindrical-coordinate representation of color #518169: hue angle of 150º 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 #518169 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 105 -
CMYK 0.37 0 0.19 0.49
HSL 150º 0.23% 0.41% -
HSV(B) 150º 0.37% 0.51% -
XYZ 13.79 18.47 16.2 -
YUV 111.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 81 129 105 0.37 0 0.19 0.49 150 0.23 0.41
Hex 51 81 69 25 0 13 31 96 17 29
Octal 121 201 151 45 0 23 61 226 27 51
Binary 1010001 10000001 1101001 100101 0 10011 110001 10010110 10111 101001

Color Harmonies of #518169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518169

Black with #518169

Text Example


Text Example

White with #518169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518169; }

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

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

background-color css

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

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

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

border-color css

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

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

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