Html Css Color HEX #518474 Cutty Sark

📋 copy color: '#518474'

red 81 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #518474

Tints of Cutty Sark #518474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 24.62%
G = 40.12%
B = 35.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#518474 (or 0x518474) is known color: Cutty Sark. HEX triplet: 51, 84 and 74. RGB value is (81,132,116). Sum of RGB (Red+Green+Blue) = 81+132+116=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #518474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518474 is #AE7B8B. Grayscale: #727272. Windows color (decimal): -11434892 or 7636049. OLE color: 7636049.

HSL color Cylindrical-coordinate representation of color #518474: hue angle of 161.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518474 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 116 -
CMYK 0.39 0 0.12 0.48
HSL 161.18º 0.24% 0.42% -
HSV(B) 161.18º 0.39% 0.52% -
XYZ 14.8 19.51 19.51 -
YUV 114.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 81 132 116 0.39 0 0.12 0.48 161.18 0.24 0.42
Hex 51 84 74 27 0 C 30 A1 18 2A
Octal 121 204 164 47 0 14 60 241 30 52
Binary 1010001 10000100 1110100 100111 0 1100 110000 10100001 11000 101010

Color Harmonies of #518474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518474

Black with #518474

Text Example


Text Example

White with #518474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518474; }

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

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

background-color css

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

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

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

border-color css

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

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

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