#518275

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

Shades of Cutty Sark #518275

Tints of Cutty Sark #518275

Color information

#518275 (or 0x518275) is unknown color: approx Cutty Sark. HEX triplet: 51, 82 and 75. RGB value is (81,130,117). Sum of RGB (Red+Green+Blue) = 81+130+117=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #518275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518275 is #AE7D8A. Grayscale: #717171. Windows color (decimal): -11435403 or 7701073. OLE color: 7701073.

HSL color Cylindrical-coordinate representation of color #518275: hue angle of 164.08º 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 #518275 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB81130117-
CMYK0.3800.10.49
HSL164.08º23.22%41.37%-
HSV(B)164.08º37.69%50.98%-
XYZ14.591919.73-
YUV113.87129.77104.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=24.70%
G=39.63%
B=35.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301170.3800.10.49164.0823.2241.37
Hex518275260A31a41729
Octal12120216546012612442751
Binary1010001100000101110101100110010101100011010010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518275; }

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

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

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

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

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

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

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

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