#517C6C

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

Shades of Cutty Sark #517C6C

Tints of Cutty Sark #517C6C

Color information

#517C6C (or 0x517C6C) is unknown color: approx Cutty Sark. HEX triplet: 51, 7C and 6C. RGB value is (81,124,108). Sum of RGB (Red+Green+Blue) = 81+124+108=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #517C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C6C is #AE8393. Grayscale: #6D6D6D. Windows color (decimal): -11436948 or 7109713. OLE color: 7109713.

HSL color Cylindrical-coordinate representation of color #517C6C: hue angle of 157.67º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517C6C is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB81124108-
CMYK0.3500.130.51
HSL157.67º20.98%40.2%-
HSV(B)157.67º34.68%48.63%-
XYZ13.3117.2516.82-
YUV109.32127.25107.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=25.88%
G=39.62%
B=34.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811241080.3500.130.51157.6720.9840.2
Hex517C6C230D339e1528
Octal12117415443015632362550
Binary101000111111001101100100011011011100111001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517C6C; }

 p { color: rgb(81,124,108); }

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

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

 a { background-color: rgb(81,124,108); }

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

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

 span { border-color: rgb(81,124,108); }

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