Html Css Color HEX #517460 Como

📋 copy color: '#517460'

red 81 ◦ green 116 ◦ blue 96

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

Shades of Como #517460

Tints of Como #517460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 27.65%
G = 39.59%
B = 32.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#517460 (or 0x517460) is known color: Como. HEX triplet: 51, 74 and 60. RGB value is (81,116,96). Sum of RGB (Red+Green+Blue) = 81+116+96=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #517460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517460 is #AE8B9F. Grayscale: #676767. Windows color (decimal): -11439008 or 6321233. OLE color: 6321233.

HSL color Cylindrical-coordinate representation of color #517460: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517460 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 96 -
CMYK 0.30 0 0.17 0.55
HSL 145.71º 0.18% 0.39% -
HSV(B) 145.71º 0.3% 0.45% -
XYZ 11.75 15.08 13.36 -
YUV 103.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 81 116 96 0.30 0 0.17 0.55 145.71 0.18 0.39
Hex 51 74 60 1E 0 11 37 92 12 27
Octal 121 164 140 36 0 21 67 222 22 47
Binary 1010001 1110100 1100000 11110 0 10001 110111 10010010 10010 100111

Color Harmonies of #517460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517460

Black with #517460

Text Example


Text Example

White with #517460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517460; }

 p { color: rgb(81,116,96); }

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

background-color css

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

 a { background-color: rgb(81,116,96); }

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

border-color css

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

 span { border-color: rgb(81,116,96); }

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