#518083

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

Shades of Paradiso #518083

Tints of Paradiso #518083

Color information

#518083 (or 0x518083) is unknown color: approx Paradiso. HEX triplet: 51, 80 and 83. RGB value is (81,128,131). Sum of RGB (Red+Green+Blue) = 81+128+131=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #518083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518083 is #AE7F7C. Grayscale: #727272. Windows color (decimal): -11435901 or 8618065. OLE color: 8618065.

HSL color Cylindrical-coordinate representation of color #518083: hue angle of 183.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518083 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81128131-
CMYK0.380.0200.49
HSL183.6º23.58%41.57%-
HSV(B)183.6º38.17%51.37%-
XYZ15.2118.8324.3-
YUV114.29137.43104.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=23.82%
G=37.65%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811281310.380.0200.49183.623.5841.57
Hex518083262031b8182a
Octal1212002034620612703052
Binary101000110000000100000111001101001100011011100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518083; }

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

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

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

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

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

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

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

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