#518063

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

Shades of Como #518063

Tints of Como #518063

Color information

#518063 (or 0x518063) is unknown color: approx Como. HEX triplet: 51, 80 and 63. RGB value is (81,128,99). Sum of RGB (Red+Green+Blue) = 81+128+99=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #518063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518063 is #AE7F9C. Grayscale: #6E6E6E. Windows color (decimal): -11435933 or 6520913. OLE color: 6520913.

HSL color Cylindrical-coordinate representation of color #518063: hue angle of 142.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518063 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB8112899-
CMYK0.3700.230.50
HSL142.98º22.49%40.98%-
HSV(B)142.98º36.72%50.2%-
XYZ13.3618.0914.59-
YUV110.64121.43106.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=26.30%
G=41.56%
B=32.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81128990.3700.230.50142.9822.4940.98
Hex51806325017328f1629
Octal12120014345027622172651
Binary10100011000000011000111001010101111100101000111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518063; }

 p { color: rgb(81,128,99); }

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

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

 a { background-color: rgb(81,128,99); }

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

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

 span { border-color: rgb(81,128,99); }

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