#518686

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

Shades of Paradiso #518686

Tints of Paradiso #518686

Color information

#518686 (or 0x518686) is unknown color: approx Paradiso. HEX triplet: 51, 86 and 86. RGB value is (81,134,134). Sum of RGB (Red+Green+Blue) = 81+134+134=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #518686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518686 is #AE7979. Grayscale: #767676. Windows color (decimal): -11434362 or 8816209. OLE color: 8816209.

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

Color convert

RGB81134134-
CMYK0.40000.47
HSL180º24.65%42.16%-
HSV(B)180º39.55%52.55%-
XYZ16.2220.5225.66-
YUV118.15136.94101.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=23.21%
G=38.40%
B=38.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341340.40000.4718024.6542.16
Hex51868628002Fb4192a
Octal1212062065000572643152
Binary10100011000011010000110101000001011111011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518686; }

 p { color: rgb(81,134,134); }

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

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

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

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

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

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

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