#518166

Color #518166 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #518166

Tints of Como #518166

Color information

#518166 (or 0x518166) is unknown color: approx Como. HEX triplet: 51, 81 and 66. RGB value is (81,129,102). Sum of RGB (Red+Green+Blue) = 81+129+102=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #518166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518166 is #AE7E99. Grayscale: #6F6F6F. Windows color (decimal): -11435674 or 6717777. OLE color: 6717777.

HSL color Cylindrical-coordinate representation of color #518166: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518166 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB81129102-
CMYK0.3700.210.49
HSL146.25º22.86%41.18%-
HSV(B)146.25º37.21%50.59%-
XYZ13.6418.4115.4-
YUV111.57122.6106.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=25.96%
G=41.35%
B=32.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291020.3700.210.49146.2522.8641.18
Hex5181662501531921729
Octal12120114645025612222751
Binary10100011000000111001101001010101011100011001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518166; }

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

 H1.HeaderClassName
 {
   color: #518166;
 }
 .AnyTagClassName
 {
   color: #518166;
 }
</style>
background-color css

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

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

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

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

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

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