Html Css Color HEX #517565 Como

📋 copy color: '#517565'

red 81 ◦ green 117 ◦ blue 101

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

Shades of Como #517565

Tints of Como #517565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 27.09%
G = 39.13%
B = 33.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#517565 (or 0x517565) is known color: Como. HEX triplet: 51, 75 and 65. RGB value is (81,117,101). Sum of RGB (Red+Green+Blue) = 81+117+101=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #517565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517565 is #AE8A9A. Grayscale: #686868. Windows color (decimal): -11438747 or 6649169. OLE color: 6649169.

HSL color Cylindrical-coordinate representation of color #517565: hue angle of 153.33º 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 #517565 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 101 -
CMYK 0.31 0 0.14 0.54
HSL 153.33º 0.18% 0.39% -
HSV(B) 153.33º 0.31% 0.46% -
XYZ 12.1 15.41 14.65 -
YUV 104.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 81 117 101 0.31 0 0.14 0.54 153.33 0.18 0.39
Hex 51 75 65 1F 0 E 36 99 12 27
Octal 121 165 145 37 0 16 66 231 22 47
Binary 1010001 1110101 1100101 11111 0 1110 110110 10011001 10010 100111

Color Harmonies of #517565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517565

Black with #517565

Text Example


Text Example

White with #517565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517565; }

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

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

background-color css

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

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

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

border-color css

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

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

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