#518186

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

Shades of Paradiso #518186

Tints of Paradiso #518186

Color information

#518186 (or 0x518186) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 86. RGB value is (81,129,134). Sum of RGB (Red+Green+Blue) = 81+129+134=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #518186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518186 is #AE7E79. Grayscale: #737373. Windows color (decimal): -11435642 or 8814929. OLE color: 8814929.

HSL color Cylindrical-coordinate representation of color #518186: hue angle of 185.66º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518186 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81129134-
CMYK0.400.0400.47
HSL185.66º24.65%42.16%-
HSV(B)185.66º39.55%52.55%-
XYZ15.5519.1725.44-
YUV115.22138.6103.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=23.55%
G=37.5%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811291340.400.0400.47185.6624.6542.16
Hex51818628402Fba192a
Octal1212012065040572723152
Binary1010001100000011000011010100010001011111011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518186; }

 p { color: rgb(81,129,134); }

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

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

 a { background-color: rgb(81,129,134); }

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

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

 span { border-color: rgb(81,129,134); }

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