Html Css Color HEX #517B6D Cutty Sark

📋 copy color: '#517B6D'

red 81 ◦ green 123 ◦ blue 109

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

Shades of Cutty Sark #517B6D

Tints of Cutty Sark #517B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.3%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 25.88%
G = 39.3%
B = 34.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#517B6D (or 0x517B6D) is known color: Cutty Sark. HEX triplet: 51, 7B and 6D. RGB value is (81,123,109). Sum of RGB (Red+Green+Blue) = 81+123+109=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #517B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B6D is #AE8492. Grayscale: #6C6C6C. Windows color (decimal): -11437203 or 7174993. OLE color: 7174993.

HSL color Cylindrical-coordinate representation of color #517B6D: hue angle of 160º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517B6D is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 123 109 -
CMYK 0.34 0 0.11 0.52
HSL 160º 0.21% 0.4% -
HSV(B) 160º 0.34% 0.48% -
XYZ 13.24 17.02 17.06 -
YUV 108.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 81 123 109 0.34 0 0.11 0.52 160 0.21 0.4
Hex 51 7B 6D 22 0 B 34 A0 15 28
Octal 121 173 155 42 0 13 64 240 25 50
Binary 1010001 1111011 1101101 100010 0 1011 110100 10100000 10101 101000

Color Harmonies of #517B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B6D

Black with #517B6D

Text Example


Text Example

White with #517B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,123,109); }

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

background-color css

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

 a { background-color: rgb(81,123,109); }

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

border-color css

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

 span { border-color: rgb(81,123,109); }

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