#517780

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

Shades of Paradiso #517780

Tints of Paradiso #517780

Color information

#517780 (or 0x517780) is unknown color: approx Paradiso. HEX triplet: 51, 77 and 80. RGB value is (81,119,128). Sum of RGB (Red+Green+Blue) = 81+119+128=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #517780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517780 is #AE887F. Grayscale: #6C6C6C. Windows color (decimal): -11438208 or 8419153. OLE color: 8419153.

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

Color convert

RGB81119128-
CMYK0.370.0700.50
HSL191.49º22.49%40.98%-
HSV(B)191.49º36.72%50.2%-
XYZ13.8916.522.88-
YUV108.66138.91108.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=24.70%
G=36.28%
B=39.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811191280.370.0700.50191.4922.4940.98
Hex517780257032bf1629
Octal1211672004570622772651
Binary101000111101111000000010010111101100101011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517780; }

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

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

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

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

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

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

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

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