#518668

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

Shades of Como #518668

Tints of Como #518668

Color information

#518668 (or 0x518668) is unknown color: approx Como. HEX triplet: 51, 86 and 68. RGB value is (81,134,104). Sum of RGB (Red+Green+Blue) = 81+134+104=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #518668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518668 is #AE7997. Grayscale: #727272. Windows color (decimal): -11434392 or 6850129. OLE color: 6850129.

HSL color Cylindrical-coordinate representation of color #518668: hue angle of 146.04º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518668 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB81134104-
CMYK0.4000.220.47
HSL146.04º24.65%42.16%-
HSV(B)146.04º39.55%52.55%-
XYZ14.4219.816.16-
YUV114.73121.94103.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=25.39%
G=42.01%
B=32.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341040.4000.220.47146.0424.6542.16
Hex518668280162F92192a
Octal12120615050026572223152
Binary10100011000011011010001010000101101011111001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518668; }

 p { color: rgb(81,134,104); }

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

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

 a { background-color: rgb(81,134,104); }

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

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

 span { border-color: rgb(81,134,104); }

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