#518773

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

Shades of Cutty Sark #518773

Tints of Cutty Sark #518773

Color information

#518773 (or 0x518773) is unknown color: approx Cutty Sark. HEX triplet: 51, 87 and 73. RGB value is (81,135,115). Sum of RGB (Red+Green+Blue) = 81+135+115=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #518773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518773 is #AE788C. Grayscale: #747474. Windows color (decimal): -11434125 or 7571281. OLE color: 7571281.

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

Color convert

RGB81135115-
CMYK0.4000.150.47
HSL157.78º25%42.35%-
HSV(B)157.78º40%52.94%-
XYZ15.1520.3219.34-
YUV116.57127.11102.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=24.47%
G=40.79%
B=34.74%

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
Decimal811351150.4000.150.47157.782542.35
Hex518773280F2F9e192a
Octal12120716350017572363152
Binary1010001100001111110011101000011111011111001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518773; }

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

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

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

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

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

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

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

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