#518B5B

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

Shades of Como #518B5B

Tints of Como #518B5B

Color information

#518B5B (or 0x518B5B) is unknown color: approx Como. HEX triplet: 51, 8B and 5B. RGB value is (81,139,91). Sum of RGB (Red+Green+Blue) = 81+139+91=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #518B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B5B is #AE74A4. Grayscale: #747474. Windows color (decimal): -11433125 or 5999441. OLE color: 5999441.

HSL color Cylindrical-coordinate representation of color #518B5B: hue angle of 130.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B5B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8113991-
CMYK0.4200.350.45
HSL130.34º26.36%43.14%-
HSV(B)130.34º41.73%54.51%-
XYZ14.5120.9713.18-
YUV116.19113.78102.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=26.05%
G=44.69%
B=29.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81139910.4200.350.45130.3426.3643.14
Hex518B5B2A0232D821a2b
Octal12121313352043552023253
Binary101000110001011101101110101001000111011011000001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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