Html Css Color HEX #518473 Cutty Sark

📋 copy color: '#518473'

red 81 ◦ green 132 ◦ blue 115

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

Shades of Cutty Sark #518473

Tints of Cutty Sark #518473

RGB

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

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

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

R = 24.7%
G = 40.24%
B = 35.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#518473 (or 0x518473) is known color: Cutty Sark. HEX triplet: 51, 84 and 73. RGB value is (81,132,115). Sum of RGB (Red+Green+Blue) = 81+132+115=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #518473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518473 is #AE7B8C. Grayscale: #727272. Windows color (decimal): -11434893 or 7570513. OLE color: 7570513.

HSL color Cylindrical-coordinate representation of color #518473: hue angle of 160º 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 #518473 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 115 -
CMYK 0.39 0 0.13 0.48
HSL 160º 0.24% 0.42% -
HSV(B) 160º 0.39% 0.52% -
XYZ 14.74 19.49 19.2 -
YUV 114.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 81 132 115 0.39 0 0.13 0.48 160 0.24 0.42
Hex 51 84 73 27 0 D 30 A0 18 2A
Octal 121 204 163 47 0 15 60 240 30 52
Binary 1010001 10000100 1110011 100111 0 1101 110000 10100000 11000 101010

Color Harmonies of #518473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518473

Black with #518473

Text Example


Text Example

White with #518473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518473; }

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

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

background-color css

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

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

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

border-color css

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

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

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