Html Css Color HEX #517E6C Cutty Sark

📋 copy color: '#517E6C'

red 81 ◦ green 126 ◦ blue 108

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

Shades of Cutty Sark #517E6C

Tints of Cutty Sark #517E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

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

R = 25.71%
G = 40%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#517E6C (or 0x517E6C) is known color: Cutty Sark. HEX triplet: 51, 7E and 6C. RGB value is (81,126,108). Sum of RGB (Red+Green+Blue) = 81+126+108=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #517E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E6C is #AE8193. Grayscale: #6E6E6E. Windows color (decimal): -11436436 or 7110225. OLE color: 7110225.

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

Color convert

RGB 81 126 108 -
CMYK 0.36 0 0.14 0.51
HSL 156º 0.22% 0.41% -
HSV(B) 156º 0.36% 0.49% -
XYZ 13.56 17.75 16.9 -
YUV 110.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 81 126 108 0.36 0 0.14 0.51 156 0.22 0.41
Hex 51 7E 6C 24 0 E 33 9C 16 29
Octal 121 176 154 44 0 16 63 234 26 51
Binary 1010001 1111110 1101100 100100 0 1110 110011 10011100 10110 101001

Color Harmonies of #517E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E6C

Black with #517E6C

Text Example


Text Example

White with #517E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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