#518574

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

Shades of Cutty Sark #518574

Tints of Cutty Sark #518574

Color information

#518574 (or 0x518574) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 74. RGB value is (81,133,116). Sum of RGB (Red+Green+Blue) = 81+133+116=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #518574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518574 is #AE7A8B. Grayscale: #737373. Windows color (decimal): -11434636 or 7636305. OLE color: 7636305.

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

Color convert

RGB81133116-
CMYK0.3900.130.48
HSL160.38º24.3%41.96%-
HSV(B)160.38º39.1%52.16%-
XYZ14.9319.7919.55-
YUV115.51128.27103.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=24.55%
G=40.30%
B=35.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331160.3900.130.48160.3824.341.96
Hex518574270D30a0182a
Octal12120516447015602403052
Binary1010001100001011110100100111011011100001010000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518574; }

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

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

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

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

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

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

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

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