#518874

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

Shades of Cutty Sark #518874

Tints of Cutty Sark #518874

Color information

#518874 (or 0x518874) is unknown color: approx Cutty Sark. HEX triplet: 51, 88 and 74. RGB value is (81,136,116). Sum of RGB (Red+Green+Blue) = 81+136+116=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #518874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518874 is #AE778B. Grayscale: #757575. Windows color (decimal): -11433868 or 7637073. OLE color: 7637073.

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

Color convert

RGB81136116-
CMYK0.4000.150.47
HSL158.18º25.35%42.55%-
HSV(B)158.18º40.44%53.33%-
XYZ15.3520.6219.69-
YUV117.28127.28102.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=24.32%
G=40.84%
B=34.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361160.4000.150.47158.1825.3542.55
Hex518874280F2F9e192b
Octal12121016450017572363153
Binary1010001100010001110100101000011111011111001111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518874; }

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

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

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

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

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

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

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

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