#518584

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

Shades of Paradiso #518584

Tints of Paradiso #518584

Color information

#518584 (or 0x518584) is unknown color: approx Paradiso. HEX triplet: 51, 85 and 84. RGB value is (81,133,132). Sum of RGB (Red+Green+Blue) = 81+133+132=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #518584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518584 is #AE7A7B. Grayscale: #757575. Windows color (decimal): -11434620 or 8684881. OLE color: 8684881.

HSL color Cylindrical-coordinate representation of color #518584: hue angle of 178.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518584 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB81133132-
CMYK0.3900.010.48
HSL178.85º24.3%41.96%-
HSV(B)178.85º39.1%52.16%-
XYZ15.9520.1924.89-
YUV117.34136.27102.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=23.41%
G=38.44%
B=38.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331320.3900.010.48178.8524.341.96
Hex518584270130b3182a
Octal1212052044701602633052
Binary10100011000010110000100100111011100001011001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518584; }

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

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

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

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

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

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

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

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