#517566

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

Shades of Cutty Sark #517566

Tints of Cutty Sark #517566

Color information

#517566 (or 0x517566) is unknown color: approx Cutty Sark. HEX triplet: 51, 75 and 66. RGB value is (81,117,102). Sum of RGB (Red+Green+Blue) = 81+117+102=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #517566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517566 is #AE8A99. Grayscale: #686868. Windows color (decimal): -11438746 or 6714705. OLE color: 6714705.

HSL color Cylindrical-coordinate representation of color #517566: hue angle of 155º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517566 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB81117102-
CMYK0.3100.130.54
HSL155º18.18%38.82%-
HSV(B)155º30.77%45.88%-
XYZ12.1515.4314.91-
YUV104.53126.57111.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 102 (40.23% from 255) = 34%
R=27%
G=39%
B=34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171020.3100.130.5415518.1838.82
Hex5175661F0D369b1227
Octal12116514637015662332247
Binary10100011110101110011011111011011101101001101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517566; }

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

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

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

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

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

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

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

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