#518273

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

Shades of Cutty Sark #518273

Tints of Cutty Sark #518273

Color information

#518273 (or 0x518273) is unknown color: approx Cutty Sark. HEX triplet: 51, 82 and 73. RGB value is (81,130,115). Sum of RGB (Red+Green+Blue) = 81+130+115=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #518273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518273 is #AE7D8C. Grayscale: #717171. Windows color (decimal): -11435405 or 7570001. OLE color: 7570001.

HSL color Cylindrical-coordinate representation of color #518273: hue angle of 161.63º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518273 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB81130115-
CMYK0.3800.120.49
HSL161.63º23.22%41.37%-
HSV(B)161.63º37.69%50.98%-
XYZ14.4718.9519.12-
YUV113.64128.77104.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=24.85%
G=39.88%
B=35.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301150.3800.120.49161.6323.2241.37
Hex518273260C31a21729
Octal12120216346014612422751
Binary1010001100000101110011100110011001100011010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518273; }

 p { color: rgb(81,130,115); }

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

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

 a { background-color: rgb(81,130,115); }

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

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

 span { border-color: rgb(81,130,115); }

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