Html Css Color HEX #517061 Como

📋 copy color: '#517061'

red 81 ◦ green 112 ◦ blue 97

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

Shades of Como #517061

Tints of Como #517061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 27.93%
G = 38.62%
B = 33.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#517061 (or 0x517061) is known color: Como. HEX triplet: 51, 70 and 61. RGB value is (81,112,97). Sum of RGB (Red+Green+Blue) = 81+112+97=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #517061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517061 is #AE8F9E. Grayscale: #656565. Windows color (decimal): -11440031 or 6385745. OLE color: 6385745.

HSL color Cylindrical-coordinate representation of color #517061: hue angle of 150.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517061 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 97 -
CMYK 0.28 0 0.13 0.56
HSL 150.97º 0.16% 0.38% -
HSV(B) 150.97º 0.28% 0.44% -
XYZ 11.35 14.2 13.45 -
YUV 101.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 81 112 97 0.28 0 0.13 0.56 150.97 0.16 0.38
Hex 51 70 61 1C 0 D 38 97 10 26
Octal 121 160 141 34 0 15 70 227 20 46
Binary 1010001 1110000 1100001 11100 0 1101 111000 10010111 10000 100110

Color Harmonies of #517061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517061

Black with #517061

Text Example


Text Example

White with #517061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517061; }

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

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

background-color css

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

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

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

border-color css

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

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

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