#518B78

Color #518B78 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #518B78

Tints of Cutty Sark #518B78

Color information

#518B78 (or 0x518B78) is unknown color: approx Cutty Sark. HEX triplet: 51, 8B and 78. RGB value is (81,139,120). Sum of RGB (Red+Green+Blue) = 81+139+120=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #518B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B78 is #AE7487. Grayscale: #777777. Windows color (decimal): -11433096 or 7899985. OLE color: 7899985.

HSL color Cylindrical-coordinate representation of color #518B78: hue angle of 160.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B78 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB81139120-
CMYK0.4200.140.45
HSL160.34º26.36%43.14%-
HSV(B)160.34º41.73%54.51%-
XYZ16.0221.5721.09-
YUV119.49128.28100.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=23.82%
G=40.88%
B=35.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391200.4200.140.45160.3426.3643.14
Hex518B782A0E2Da01a2b
Octal12121317052016552403253
Binary1010001100010111111000101010011101011011010000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B78; }

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

 H1.HeaderClassName
 {
   color: #518B78;
 }
 .AnyTagClassName
 {
   color: #518B78;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #518B78;
 }
 .BgClassName
 {
   background-color: #518B78;
 }
</style>
border-color css

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

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

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