#518184

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

Shades of Paradiso #518184

Tints of Paradiso #518184

Color information

#518184 (or 0x518184) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 84. RGB value is (81,129,132). Sum of RGB (Red+Green+Blue) = 81+129+132=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #518184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518184 is #AE7E7B. Grayscale: #727272. Windows color (decimal): -11435644 or 8683857. OLE color: 8683857.

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

Color convert

RGB81129132-
CMYK0.390.0200.48
HSL183.53º23.94%41.76%-
HSV(B)183.53º38.64%51.76%-
XYZ15.4119.1224.71-
YUV114.99137.6103.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=23.68%
G=37.72%
B=38.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811291320.390.0200.48183.5323.9441.76
Hex518184272030b8182a
Octal1212012044720602703052
Binary101000110000001100001001001111001100001011100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518184; }

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

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

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

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

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

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

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

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