Html Css Color HEX #518174 Cutty Sark

📋 copy color: '#518174'

red 81 ◦ green 129 ◦ blue 116

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

Shades of Cutty Sark #518174

Tints of Cutty Sark #518174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 24.85%
G = 39.57%
B = 35.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#518174 (or 0x518174) is known color: Cutty Sark. HEX triplet: 51, 81 and 74. RGB value is (81,129,116). Sum of RGB (Red+Green+Blue) = 81+129+116=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #518174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518174 is #AE7E8B. Grayscale: #717171. Windows color (decimal): -11435660 or 7635281. OLE color: 7635281.

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

Color convert

RGB 81 129 116 -
CMYK 0.37 0 0.10 0.49
HSL 163.75º 0.23% 0.41% -
HSV(B) 163.75º 0.37% 0.51% -
XYZ 14.4 18.71 19.38 -
YUV 113.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 81 129 116 0.37 0 0.10 0.49 163.75 0.23 0.41
Hex 51 81 74 25 0 A 31 A4 17 29
Octal 121 201 164 45 0 12 61 244 27 51
Binary 1010001 10000001 1110100 100101 0 1010 110001 10100100 10111 101001

Color Harmonies of #518174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518174

Black with #518174

Text Example


Text Example

White with #518174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518174; }

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

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

background-color css

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

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

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

border-color css

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

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

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