#517A80

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

Shades of Paradiso #517A80

Tints of Paradiso #517A80

Color information

#517A80 (or 0x517A80) is unknown color: approx Paradiso. HEX triplet: 51, 7A and 80. RGB value is (81,122,128). Sum of RGB (Red+Green+Blue) = 81+122+128=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #517A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A80 is #AE857F. Grayscale: #6E6E6E. Windows color (decimal): -11437440 or 8419921. OLE color: 8419921.

HSL color Cylindrical-coordinate representation of color #517A80: hue angle of 187.66º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517A80 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81122128-
CMYK0.370.0500.50
HSL187.66º22.49%40.98%-
HSV(B)187.66º36.72%50.2%-
XYZ14.2517.2323-
YUV110.42137.92107.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=24.47%
G=36.86%
B=38.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811221280.370.0500.50187.6622.4940.98
Hex517A80255032bc1629
Octal1211722004550622742651
Binary101000111110101000000010010110101100101011110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,122,128); }

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

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

 a { background-color: rgb(81,122,128); }

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

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

 span { border-color: rgb(81,122,128); }

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