#518A5D

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

Shades of Como #518A5D

Tints of Como #518A5D

Color information

#518A5D (or 0x518A5D) is unknown color: approx Como. HEX triplet: 51, 8A and 5D. RGB value is (81,138,93). Sum of RGB (Red+Green+Blue) = 81+138+93=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #518A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518A5D is #AE75A2. Grayscale: #737373. Windows color (decimal): -11433379 or 6130257. OLE color: 6130257.

HSL color Cylindrical-coordinate representation of color #518A5D: hue angle of 132.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A5D is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB8113893-
CMYK0.4100.330.46
HSL132.63º26.03%42.94%-
HSV(B)132.63º41.3%54.12%-
XYZ14.4620.7213.59-
YUV115.83115.12103.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=25.96%
G=44.23%
B=29.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81138930.4100.330.46132.6326.0342.94
Hex518A5D290212E851a2b
Octal12121213551041562053253
Binary101000110001010101110110100101000011011101000010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518A5D; }

 p { color: rgb(81,138,93); }

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

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

 a { background-color: rgb(81,138,93); }

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

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

 span { border-color: rgb(81,138,93); }

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