Html Css Color HEX #517B6C Cutty Sark

📋 copy color: '#517B6C'

red 81 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #517B6C

Tints of Cutty Sark #517B6C

RGB

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

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

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

R = 25.96%
G = 39.42%
B = 34.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#517B6C (or 0x517B6C) is known color: Cutty Sark. HEX triplet: 51, 7B and 6C. RGB value is (81,123,108). Sum of RGB (Red+Green+Blue) = 81+123+108=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #517B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B6C is #AE8493. Grayscale: #6C6C6C. Windows color (decimal): -11437204 or 7109457. OLE color: 7109457.

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

Color convert

RGB 81 123 108 -
CMYK 0.34 0 0.12 0.52
HSL 158.57º 0.21% 0.4% -
HSV(B) 158.57º 0.34% 0.48% -
XYZ 13.18 17 16.77 -
YUV 108.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 81 123 108 0.34 0 0.12 0.52 158.57 0.21 0.4
Hex 51 7B 6C 22 0 C 34 9F 15 28
Octal 121 173 154 42 0 14 64 237 25 50
Binary 1010001 1111011 1101100 100010 0 1100 110100 10011111 10101 101000

Color Harmonies of #517B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B6C

Black with #517B6C

Text Example


Text Example

White with #517B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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