Html Css Color HEX #517C6E Cutty Sark

📋 copy color: '#517C6E'

red 81 ◦ green 124 ◦ blue 110

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

Shades of Cutty Sark #517C6E

Tints of Cutty Sark #517C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 25.71%
G = 39.37%
B = 34.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#517C6E (or 0x517C6E) is known color: Cutty Sark. HEX triplet: 51, 7C and 6E. RGB value is (81,124,110). Sum of RGB (Red+Green+Blue) = 81+124+110=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #517C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C6E is #AE8391. Grayscale: #6D6D6D. Windows color (decimal): -11436946 or 7240785. OLE color: 7240785.

HSL color Cylindrical-coordinate representation of color #517C6E: hue angle of 160.47º 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 #517C6E is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 124 110 -
CMYK 0.35 0 0.11 0.51
HSL 160.47º 0.21% 0.4% -
HSV(B) 160.47º 0.35% 0.49% -
XYZ 13.42 17.29 17.38 -
YUV 109.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 81 124 110 0.35 0 0.11 0.51 160.47 0.21 0.4
Hex 51 7C 6E 23 0 B 33 A0 15 28
Octal 121 174 156 43 0 13 63 240 25 50
Binary 1010001 1111100 1101110 100011 0 1011 110011 10100000 10101 101000

Color Harmonies of #517C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C6E

Black with #517C6E

Text Example


Text Example

White with #517C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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