Html Css Color HEX #517E6F Cutty Sark

📋 copy color: '#517E6F'

red 81 ◦ green 126 ◦ blue 111

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

Shades of Cutty Sark #517E6F

Tints of Cutty Sark #517E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 25.47%
G = 39.62%
B = 34.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#517E6F (or 0x517E6F) is known color: Cutty Sark. HEX triplet: 51, 7E and 6F. RGB value is (81,126,111). Sum of RGB (Red+Green+Blue) = 81+126+111=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 126 - color contains mainly: green. Hex color #517E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E6F is #AE8190. Grayscale: #6E6E6E. Windows color (decimal): -11436433 or 7306833. OLE color: 7306833.

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

Color convert

RGB 81 126 111 -
CMYK 0.36 0 0.12 0.51
HSL 160º 0.22% 0.41% -
HSV(B) 160º 0.36% 0.49% -
XYZ 13.72 17.82 17.75 -
YUV 110.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 81 126 111 0.36 0 0.12 0.51 160 0.22 0.41
Hex 51 7E 6F 24 0 C 33 A0 16 29
Octal 121 176 157 44 0 14 63 240 26 51
Binary 1010001 1111110 1101111 100100 0 1100 110011 10100000 10110 101001

Color Harmonies of #517E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E6F

Black with #517E6F

Text Example


Text Example

White with #517E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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