#518286

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

Shades of Paradiso #518286

Tints of Paradiso #518286

Color information

#518286 (or 0x518286) is unknown color: approx Paradiso. HEX triplet: 51, 82 and 86. RGB value is (81,130,134). Sum of RGB (Red+Green+Blue) = 81+130+134=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #518286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518286 is #AE7D79. Grayscale: #737373. Windows color (decimal): -11435386 or 8815185. OLE color: 8815185.

HSL color Cylindrical-coordinate representation of color #518286: hue angle of 184.53º 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 #518286 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81130134-
CMYK0.400.0300.47
HSL184.53º24.65%42.16%-
HSV(B)184.53º39.55%52.55%-
XYZ15.6819.4425.48-
YUV115.8138.27103.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=23.48%
G=37.68%
B=38.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811301340.400.0300.47184.5324.6542.16
Hex51828628302Fb9192a
Octal1212022065030572713152
Binary101000110000010100001101010001101011111011100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518286; }

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

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

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

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

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

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

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

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