#518473

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

Shades of Cutty Sark #518473

Tints of Cutty Sark #518473

Color information

#518473 (or 0x518473) is unknown color: approx Cutty Sark. HEX triplet: 51, 84 and 73. RGB value is (81,132,115). Sum of RGB (Red+Green+Blue) = 81+132+115=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #518473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518473 is #AE7B8C. Grayscale: #727272. Windows color (decimal): -11434893 or 7570513. OLE color: 7570513.

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

Color convert

RGB81132115-
CMYK0.3900.130.48
HSL160º23.94%41.76%-
HSV(B)160º38.64%51.76%-
XYZ14.7419.4919.2-
YUV114.81128.1103.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=24.70%
G=40.24%
B=35.06%

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
Decimal811321150.3900.130.4816023.9441.76
Hex518473270D30a0182a
Octal12120416347015602403052
Binary1010001100001001110011100111011011100001010000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518473; }

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

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

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

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

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

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

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

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