#517E89

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

Shades of Paradiso #517E89

Tints of Paradiso #517E89

Color information

#517E89 (or 0x517E89) is unknown color: approx Paradiso. HEX triplet: 51, 7E and 89. RGB value is (81,126,137). Sum of RGB (Red+Green+Blue) = 81+126+137=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #517E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E89 is #AE8176. Grayscale: #717171. Windows color (decimal): -11436407 or 9010769. OLE color: 9010769.

HSL color Cylindrical-coordinate representation of color #517E89: hue angle of 191.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517E89 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81126137-
CMYK0.410.0800.46
HSL191.79º25.69%42.75%-
HSV(B)191.79º40.88%53.73%-
XYZ15.3718.4826.42-
YUV113.8141.09104.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=23.55%
G=36.63%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811261370.410.0800.46191.7925.6942.75
Hex517E8929802Ec01a2b
Octal12117621151100563003253
Binary1010001111111010001001101001100001011101100000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,137); }

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

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

 a { background-color: rgb(81,126,137); }

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

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

 span { border-color: rgb(81,126,137); }

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