Html Css Color HEX #517661 Como

📋 copy color: '#517661'

red 81 ◦ green 118 ◦ blue 97

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

Shades of Como #517661

Tints of Como #517661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 27.36%
G = 39.86%
B = 32.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#517661 (or 0x517661) is known color: Como. HEX triplet: 51, 76 and 61. RGB value is (81,118,97). Sum of RGB (Red+Green+Blue) = 81+118+97=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #517661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517661 is #AE899E. Grayscale: #686868. Windows color (decimal): -11438495 or 6387281. OLE color: 6387281.

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

Color convert

RGB 81 118 97 -
CMYK 0.31 0 0.18 0.54
HSL 145.95º 0.19% 0.39% -
HSV(B) 145.95º 0.31% 0.46% -
XYZ 12.03 15.57 13.68 -
YUV 104.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 81 118 97 0.31 0 0.18 0.54 145.95 0.19 0.39
Hex 51 76 61 1F 0 12 36 92 13 27
Octal 121 166 141 37 0 22 66 222 23 47
Binary 1010001 1110110 1100001 11111 0 10010 110110 10010010 10011 100111

Color Harmonies of #517661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517661

Black with #517661

Text Example


Text Example

White with #517661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517661; }

 p { color: rgb(81,118,97); }

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

background-color css

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

 a { background-color: rgb(81,118,97); }

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

border-color css

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

 span { border-color: rgb(81,118,97); }

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