Html Css Color HEX #518778 Cutty Sark

📋 copy color: '#518778'

red 81 ◦ green 135 ◦ blue 120

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

Shades of Cutty Sark #518778

Tints of Cutty Sark #518778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.18%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 24.11%
G = 40.18%
B = 35.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#518778 (or 0x518778) is known color: Cutty Sark. HEX triplet: 51, 87 and 78. RGB value is (81,135,120). Sum of RGB (Red+Green+Blue) = 81+135+120=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #518778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518778 is #AE7887. Grayscale: #757575. Windows color (decimal): -11434120 or 7898961. OLE color: 7898961.

HSL color Cylindrical-coordinate representation of color #518778: hue angle of 163.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518778 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 135 120 -
CMYK 0.40 0 0.11 0.47
HSL 163.33º 0.25% 0.42% -
HSV(B) 163.33º 0.4% 0.53% -
XYZ 15.45 20.43 20.9 -
YUV 117.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 81 135 120 0.40 0 0.11 0.47 163.33 0.25 0.42
Hex 51 87 78 28 0 B 2F A3 19 2A
Octal 121 207 170 50 0 13 57 243 31 52
Binary 1010001 10000111 1111000 101000 0 1011 101111 10100011 11001 101010

Color Harmonies of #518778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518778

Black with #518778

Text Example


Text Example

White with #518778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518778; }

 p { color: rgb(81,135,120); }

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

background-color css

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

 a { background-color: rgb(81,135,120); }

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

border-color css

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

 span { border-color: rgb(81,135,120); }

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