#518667

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

Shades of Como #518667

Tints of Como #518667

Color information

#518667 (or 0x518667) is unknown color: approx Como. HEX triplet: 51, 86 and 67. RGB value is (81,134,103). Sum of RGB (Red+Green+Blue) = 81+134+103=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #518667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518667 is #AE7998. Grayscale: #727272. Windows color (decimal): -11434393 or 6784593. OLE color: 6784593.

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

Color convert

RGB81134103-
CMYK0.4000.230.47
HSL144.91º24.65%42.16%-
HSV(B)144.91º39.55%52.55%-
XYZ14.3719.7815.89-
YUV114.62121.44104.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=25.47%
G=42.14%
B=32.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341030.4000.230.47144.9124.6542.16
Hex518667280172F91192a
Octal12120614750027572213152
Binary10100011000011011001111010000101111011111001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518667; }

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

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

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

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

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

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

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

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