#518A5B

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

Shades of Como #518A5B

Tints of Como #518A5B

Color information

#518A5B (or 0x518A5B) is unknown color: approx Como. HEX triplet: 51, 8A and 5B. RGB value is (81,138,91). Sum of RGB (Red+Green+Blue) = 81+138+91=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #518A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518A5B is #AE75A4. Grayscale: #737373. Windows color (decimal): -11433381 or 5999185. OLE color: 5999185.

HSL color Cylindrical-coordinate representation of color #518A5B: hue angle of 130.53º 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 #518A5B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8113891-
CMYK0.4100.340.46
HSL130.53º26.03%42.94%-
HSV(B)130.53º41.3%54.12%-
XYZ14.3720.6813.13-
YUV115.6114.12103.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=26.13%
G=44.52%
B=29.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81138910.4100.340.46130.5326.0342.94
Hex518A5B290222E831a2b
Octal12121213351042562033253
Binary101000110001010101101110100101000101011101000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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