#518084

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

Shades of Paradiso #518084

Tints of Paradiso #518084

Color information

#518084 (or 0x518084) is unknown color: approx Paradiso. HEX triplet: 51, 80 and 84. RGB value is (81,128,132). Sum of RGB (Red+Green+Blue) = 81+128+132=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #518084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518084 is #AE7F7B. Grayscale: #727272. Windows color (decimal): -11435900 or 8683601. OLE color: 8683601.

HSL color Cylindrical-coordinate representation of color #518084: hue angle of 184.71º 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 #518084 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81128132-
CMYK0.390.0300.48
HSL184.71º23.94%41.76%-
HSV(B)184.71º38.64%51.76%-
XYZ15.2818.8524.66-
YUV114.4137.93104.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=23.75%
G=37.54%
B=38.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811281320.390.0300.48184.7123.9441.76
Hex518084273030b9182a
Octal1212002044730602713052
Binary101000110000000100001001001111101100001011100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518084; }

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

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

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

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

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

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

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

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