#518066

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

Shades of Como #518066

Tints of Como #518066

Color information

#518066 (or 0x518066) is unknown color: approx Como. HEX triplet: 51, 80 and 66. RGB value is (81,128,102). Sum of RGB (Red+Green+Blue) = 81+128+102=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #518066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518066 is #AE7F99. Grayscale: #6F6F6F. Windows color (decimal): -11435930 or 6717521. OLE color: 6717521.

HSL color Cylindrical-coordinate representation of color #518066: hue angle of 146.81º 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 #518066 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB81128102-
CMYK0.3700.200.50
HSL146.81º22.49%40.98%-
HSV(B)146.81º36.72%50.2%-
XYZ13.5118.1515.36-
YUV110.98122.93106.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=26.05%
G=41.16%
B=32.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281020.3700.200.50146.8122.4940.98
Hex5180662501432931629
Octal12120014645024622232651
Binary10100011000000011001101001010101001100101001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518066; }

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

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

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

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

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

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

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

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