#517880

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

Shades of Paradiso #517880

Tints of Paradiso #517880

Color information

#517880 (or 0x517880) is unknown color: approx Paradiso. HEX triplet: 51, 78 and 80. RGB value is (81,120,128). Sum of RGB (Red+Green+Blue) = 81+120+128=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #517880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517880 is #AE877F. Grayscale: #6D6D6D. Windows color (decimal): -11437952 or 8419409. OLE color: 8419409.

HSL color Cylindrical-coordinate representation of color #517880: hue angle of 190.21º 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 #517880 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81120128-
CMYK0.370.0600.50
HSL190.21º22.49%40.98%-
HSV(B)190.21º36.72%50.2%-
XYZ14.0116.7422.92-
YUV109.25138.58107.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=24.62%
G=36.47%
B=38.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811201280.370.0600.50190.2122.4940.98
Hex517880256032be1629
Octal1211702004560622762651
Binary101000111110001000000010010111001100101011111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517880; }

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

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

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

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

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

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

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

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