#518287

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

Shades of Paradiso #518287

Tints of Paradiso #518287

Color information

#518287 (or 0x518287) is unknown color: approx Paradiso. HEX triplet: 51, 82 and 87. RGB value is (81,130,135). Sum of RGB (Red+Green+Blue) = 81+130+135=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #518287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518287 is #AE7D78. Grayscale: #737373. Windows color (decimal): -11435385 or 8880721. OLE color: 8880721.

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

Color convert

RGB81130135-
CMYK0.400.0400.47
HSL185.56º25%42.35%-
HSV(B)185.56º40%52.94%-
XYZ15.7519.4625.85-
YUV115.92138.77103.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=23.41%
G=37.57%
B=39.02%

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
Decimal811301350.400.0400.47185.562542.35
Hex51828728402Fba192a
Octal1212022075040572723152
Binary1010001100000101000011110100010001011111011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518287; }

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

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

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

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

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

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

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

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