#518987

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

Shades of Paradiso #518987

Tints of Paradiso #518987

Color information

#518987 (or 0x518987) is unknown color: approx Paradiso. HEX triplet: 51, 89 and 87. RGB value is (81,137,135). Sum of RGB (Red+Green+Blue) = 81+137+135=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #518987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518987 is #AE7678. Grayscale: #777777. Windows color (decimal): -11433593 or 8882513. OLE color: 8882513.

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

Color convert

RGB81137135-
CMYK0.4100.010.46
HSL177.86º25.69%42.75%-
HSV(B)177.86º40.88%53.73%-
XYZ16.7121.3926.17-
YUV120.03136.45100.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=22.95%
G=38.81%
B=38.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371350.4100.010.46177.8625.6942.75
Hex51898729012Eb21a2b
Octal1212112075101562623253
Binary10100011000100110000111101001011011101011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518987; }

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

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

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

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

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

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

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

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