#518489

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

Shades of Paradiso #518489

Tints of Paradiso #518489

Color information

#518489 (or 0x518489) is unknown color: approx Paradiso. HEX triplet: 51, 84 and 89. RGB value is (81,132,137). Sum of RGB (Red+Green+Blue) = 81+132+137=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #518489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518489 is #AE7B76. Grayscale: #757575. Windows color (decimal): -11434871 or 9012305. OLE color: 9012305.

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

Color convert

RGB81132137-
CMYK0.410.0400.46
HSL185.36º25.69%42.75%-
HSV(B)185.36º40.88%53.73%-
XYZ16.1620.0626.69-
YUV117.32139.1102.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=23.14%
G=37.71%
B=39.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811321370.410.0400.46185.3625.6942.75
Hex51848929402Eb91a2b
Octal1212042115140562713253
Binary1010001100001001000100110100110001011101011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518489; }

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

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

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

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

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

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

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

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