#517768

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

Shades of Cutty Sark #517768

Tints of Cutty Sark #517768

Color information

#517768 (or 0x517768) is unknown color: approx Cutty Sark. HEX triplet: 51, 77 and 68. RGB value is (81,119,104). Sum of RGB (Red+Green+Blue) = 81+119+104=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #517768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517768 is #AE8897. Grayscale: #696969. Windows color (decimal): -11438232 or 6846289. OLE color: 6846289.

HSL color Cylindrical-coordinate representation of color #517768: hue angle of 156.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517768 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB81119104-
CMYK0.3200.130.53
HSL156.32º19%39.22%-
HSV(B)156.32º31.93%46.67%-
XYZ12.4915.9415.52-
YUV105.93126.91110.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=26.64%
G=39.14%
B=34.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811191040.3200.130.53156.321939.22
Hex517768200D359c1327
Octal12116715040015652342347
Binary101000111101111101000100000011011101011001110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517768; }

 p { color: rgb(81,119,104); }

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

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

 a { background-color: rgb(81,119,104); }

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

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

 span { border-color: rgb(81,119,104); }

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