#518664

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

Shades of Como #518664

Tints of Como #518664

Color information

#518664 (or 0x518664) is unknown color: approx Como. HEX triplet: 51, 86 and 64. RGB value is (81,134,100). Sum of RGB (Red+Green+Blue) = 81+134+100=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #518664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518664 is #AE799B. Grayscale: #727272. Windows color (decimal): -11434396 or 6587985. OLE color: 6587985.

HSL color Cylindrical-coordinate representation of color #518664: hue angle of 141.51º 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 #518664 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB81134100-
CMYK0.4000.250.47
HSL141.51º24.65%42.16%-
HSV(B)141.51º39.55%52.55%-
XYZ14.2219.7215.11-
YUV114.28119.94104.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=25.71%
G=42.54%
B=31.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341000.4000.250.47141.5124.6542.16
Hex518664280192F8e192a
Octal12120614450031572163152
Binary10100011000011011001001010000110011011111000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518664; }

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

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

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

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

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

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

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

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