Html Css Color HEX #517566 Cutty Sark

📋 copy color: '#517566'

red 81 ◦ green 117 ◦ blue 102

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

Shades of Cutty Sark #517566

Tints of Cutty Sark #517566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 27%
G = 39%
B = 34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#517566 (or 0x517566) is known color: Cutty Sark. HEX triplet: 51, 75 and 66. RGB value is (81,117,102). Sum of RGB (Red+Green+Blue) = 81+117+102=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #517566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517566 is #AE8A99. Grayscale: #686868. Windows color (decimal): -11438746 or 6714705. OLE color: 6714705.

HSL color Cylindrical-coordinate representation of color #517566: hue angle of 155º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517566 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 102 -
CMYK 0.31 0 0.13 0.54
HSL 155º 0.18% 0.39% -
HSV(B) 155º 0.31% 0.46% -
XYZ 12.15 15.43 14.91 -
YUV 104.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 81 117 102 0.31 0 0.13 0.54 155 0.18 0.39
Hex 51 75 66 1F 0 D 36 9B 12 27
Octal 121 165 146 37 0 15 66 233 22 47
Binary 1010001 1110101 1100110 11111 0 1101 110110 10011011 10010 100111

Color Harmonies of #517566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517566

Black with #517566

Text Example


Text Example

White with #517566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517566; }

 p { color: rgb(81,117,102); }

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

background-color css

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

 a { background-color: rgb(81,117,102); }

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

border-color css

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

 span { border-color: rgb(81,117,102); }

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