#517C87

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

Shades of Paradiso #517C87

Tints of Paradiso #517C87

Color information

#517C87 (or 0x517C87) is unknown color: approx Paradiso. HEX triplet: 51, 7C and 87. RGB value is (81,124,135). Sum of RGB (Red+Green+Blue) = 81+124+135=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #517C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C87 is #AE8378. Grayscale: #707070. Windows color (decimal): -11436921 or 8879185. OLE color: 8879185.

HSL color Cylindrical-coordinate representation of color #517C87: hue angle of 192.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517C87 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81124135-
CMYK0.400.0800.47
HSL192.22º25%42.35%-
HSV(B)192.22º40%52.94%-
XYZ14.9717.9125.59-
YUV112.4140.75105.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=23.82%
G=36.47%
B=39.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811241350.400.0800.47192.222542.35
Hex517C8728802Fc0192a
Octal12117420750100573003152
Binary1010001111110010000111101000100001011111100000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,124,135); }

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

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

 a { background-color: rgb(81,124,135); }

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

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

 span { border-color: rgb(81,124,135); }

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