Html Css Color HEX #517F6C Cutty Sark

📋 copy color: '#517F6C'

red 81 ◦ green 127 ◦ blue 108

#517F6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #517F6C

Tints of Cutty Sark #517F6C

RGB

 RED value IS 81 (32.03% from 255) = 25.63%

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 25.63%
G = 40.19%
B = 34.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#517F6C (or 0x517F6C) is known color: Cutty Sark. HEX triplet: 51, 7F and 6C. RGB value is (81,127,108). Sum of RGB (Red+Green+Blue) = 81+127+108=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #517F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F6C is #AE8093. Grayscale: #6F6F6F. Windows color (decimal): -11436180 or 7110481. OLE color: 7110481.

HSL color Cylindrical-coordinate representation of color #517F6C: hue angle of 155.22º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F6C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 127 108 -
CMYK 0.36 0 0.15 0.50
HSL 155.22º 0.22% 0.41% -
HSV(B) 155.22º 0.36% 0.5% -
XYZ 13.69 18.01 16.94 -
YUV 111.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 81 127 108 0.36 0 0.15 0.50 155.22 0.22 0.41
Hex 51 7F 6C 24 0 F 32 9B 16 29
Octal 121 177 154 44 0 17 62 233 26 51
Binary 1010001 1111111 1101100 100100 0 1111 110010 10011011 10110 101001

Color Harmonies of #517F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517F6C

Black with #517F6C

Text Example


Text Example

White with #517F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #517F6C;
 }
 .AnyTagClassName
 {
   color: #517F6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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