Html Css Color HEX #517D69 Cutty Sark

📋 copy color: '#517D69'

red 81 ◦ green 125 ◦ blue 105

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

Shades of Cutty Sark #517D69

Tints of Cutty Sark #517D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 26.05%
G = 40.19%
B = 33.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#517D69 (or 0x517D69) is known color: Cutty Sark. HEX triplet: 51, 7D and 69. RGB value is (81,125,105). Sum of RGB (Red+Green+Blue) = 81+125+105=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #517D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D69 is #AE8296. Grayscale: #6D6D6D. Windows color (decimal): -11436695 or 6913361. OLE color: 6913361.

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

Color convert

RGB 81 125 105 -
CMYK 0.35 0 0.16 0.51
HSL 152.73º 0.21% 0.4% -
HSV(B) 152.73º 0.35% 0.49% -
XYZ 13.28 17.44 16.03 -
YUV 109.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 81 125 105 0.35 0 0.16 0.51 152.73 0.21 0.4
Hex 51 7D 69 23 0 10 33 99 15 28
Octal 121 175 151 43 0 20 63 231 25 50
Binary 1010001 1111101 1101001 100011 0 10000 110011 10011001 10101 101000

Color Harmonies of #517D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D69

Black with #517D69

Text Example


Text Example

White with #517D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,105); }

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

background-color css

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

 a { background-color: rgb(81,125,105); }

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

border-color css

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

 span { border-color: rgb(81,125,105); }

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