#518187

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

Shades of Paradiso #518187

Tints of Paradiso #518187

Color information

#518187 (or 0x518187) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 87. RGB value is (81,129,135). Sum of RGB (Red+Green+Blue) = 81+129+135=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #518187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518187 is #AE7E78. Grayscale: #737373. Windows color (decimal): -11435641 or 8880465. OLE color: 8880465.

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

Color convert

RGB81129135-
CMYK0.400.0400.47
HSL186.67º25%42.35%-
HSV(B)186.67º40%52.94%-
XYZ15.6219.225.8-
YUV115.33139.1103.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.48%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=23.48%
G=37.39%
B=39.13%

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
Decimal811291350.400.0400.47186.672542.35
Hex51818728402Fbb192a
Octal1212012075040572733152
Binary1010001100000011000011110100010001011111011101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518187; }

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

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

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

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

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

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

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

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