Html Css Color HEX #517C6A Cutty Sark

📋 copy color: '#517C6A'

red 81 ◦ green 124 ◦ blue 106

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

Shades of Cutty Sark #517C6A

Tints of Cutty Sark #517C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 26.05%
G = 39.87%
B = 34.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#517C6A (or 0x517C6A) is known color: Cutty Sark. HEX triplet: 51, 7C and 6A. RGB value is (81,124,106). Sum of RGB (Red+Green+Blue) = 81+124+106=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #517C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C6A is #AE8395. Grayscale: #6D6D6D. Windows color (decimal): -11436950 or 6978641. OLE color: 6978641.

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

Color convert

RGB 81 124 106 -
CMYK 0.35 0 0.15 0.51
HSL 154.88º 0.21% 0.4% -
HSV(B) 154.88º 0.35% 0.49% -
XYZ 13.2 17.21 16.26 -
YUV 109.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 81 124 106 0.35 0 0.15 0.51 154.88 0.21 0.4
Hex 51 7C 6A 23 0 F 33 9B 15 28
Octal 121 174 152 43 0 17 63 233 25 50
Binary 1010001 1111100 1101010 100011 0 1111 110011 10011011 10101 101000

Color Harmonies of #517C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C6A

Black with #517C6A

Text Example


Text Example

White with #517C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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