#518189

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

Shades of Paradiso #518189

Tints of Paradiso #518189

Color information

#518189 (or 0x518189) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 89. RGB value is (81,129,137). Sum of RGB (Red+Green+Blue) = 81+129+137=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #518189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518189 is #AE7E76. Grayscale: #737373. Windows color (decimal): -11435639 or 9011537. OLE color: 9011537.

HSL color Cylindrical-coordinate representation of color #518189: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518189 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81129137-
CMYK0.410.0600.46
HSL188.57º25.69%42.75%-
HSV(B)188.57º40.88%53.73%-
XYZ15.7619.2626.55-
YUV115.56140.1103.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=23.34%
G=37.18%
B=39.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811291370.410.0600.46188.5725.6942.75
Hex51818929602Ebd1a2b
Octal1212012115160562753253
Binary1010001100000011000100110100111001011101011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518189; }

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

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

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

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

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

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

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

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