#518569

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

Shades of Cutty Sark #518569

Tints of Cutty Sark #518569

Color information

#518569 (or 0x518569) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 69. RGB value is (81,133,105). Sum of RGB (Red+Green+Blue) = 81+133+105=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #518569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518569 is #AE7A96. Grayscale: #727272. Windows color (decimal): -11434647 or 6915409. OLE color: 6915409.

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

Color convert

RGB81133105-
CMYK0.3900.210.48
HSL147.69º24.3%41.96%-
HSV(B)147.69º39.1%52.16%-
XYZ14.3319.5416.38-
YUV114.26122.77104.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=25.39%
G=41.69%
B=32.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331050.3900.210.48147.6924.341.96
Hex518569270153094182a
Octal12120515147025602243052
Binary10100011000010111010011001110101011100001001010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518569; }

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

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

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

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

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

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

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

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