#518281

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

Shades of Paradiso #518281

Tints of Paradiso #518281

Color information

#518281 (or 0x518281) is unknown color: approx Paradiso. HEX triplet: 51, 82 and 81. RGB value is (81,130,129). Sum of RGB (Red+Green+Blue) = 81+130+129=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #518281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518281 is #AE7D7E. Grayscale: #737373. Windows color (decimal): -11435391 or 8487505. OLE color: 8487505.

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

Color convert

RGB81130129-
CMYK0.3800.010.49
HSL178.78º23.22%41.37%-
HSV(B)178.78º37.69%50.98%-
XYZ15.3419.323.69-
YUV115.24135.77103.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=23.82%
G=38.24%
B=37.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301290.3800.010.49178.7823.2241.37
Hex518281260131b31729
Octal1212022014601612632751
Binary10100011000001010000001100110011100011011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518281; }

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

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

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

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

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

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

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

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