#517D81

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

Shades of Paradiso #517D81

Tints of Paradiso #517D81

Color information

#517D81 (or 0x517D81) is unknown color: approx Paradiso. HEX triplet: 51, 7D and 81. RGB value is (81,125,129). Sum of RGB (Red+Green+Blue) = 81+125+129=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #517D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D81 is #AE827E. Grayscale: #707070. Windows color (decimal): -11436671 or 8486225. OLE color: 8486225.

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

Color convert

RGB81125129-
CMYK0.370.0300.49
HSL185º22.86%41.18%-
HSV(B)185º37.21%50.59%-
XYZ14.691823.47-
YUV112.3137.42105.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=24.18%
G=37.31%
B=38.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811251290.370.0300.4918522.8641.18
Hex517D81253031b91729
Octal1211752014530612712751
Binary10100011111101100000011001011101100011011100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517D81; }

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

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

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

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

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

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

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

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