#518685

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

Shades of Paradiso #518685

Tints of Paradiso #518685

Color information

#518685 (or 0x518685) is unknown color: approx Paradiso. HEX triplet: 51, 86 and 85. RGB value is (81,134,133). Sum of RGB (Red+Green+Blue) = 81+134+133=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #518685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518685 is #AE797A. Grayscale: #757575. Windows color (decimal): -11434363 or 8750673. OLE color: 8750673.

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

Color convert

RGB81134133-
CMYK0.4000.010.47
HSL178.87º24.65%42.16%-
HSV(B)178.87º39.55%52.55%-
XYZ16.1520.4925.29-
YUV118.04136.44101.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=23.28%
G=38.51%
B=38.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811341330.4000.010.47178.8724.6542.16
Hex51868528012Fb3192a
Octal1212062055001572633152
Binary10100011000011010000101101000011011111011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518685; }

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

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

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

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

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

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

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

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