#517A84

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

Shades of Paradiso #517A84

Tints of Paradiso #517A84

Color information

#517A84 (or 0x517A84) is unknown color: approx Paradiso. HEX triplet: 51, 7A and 84. RGB value is (81,122,132). Sum of RGB (Red+Green+Blue) = 81+122+132=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #517A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A84 is #AE857B. Grayscale: #6E6E6E. Windows color (decimal): -11437436 or 8682065. OLE color: 8682065.

HSL color Cylindrical-coordinate representation of color #517A84: hue angle of 191.76º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517A84 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81122132-
CMYK0.390.0800.48
HSL191.76º23.94%41.76%-
HSV(B)191.76º38.64%51.76%-
XYZ14.5217.3324.41-
YUV110.88139.92106.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=24.18%
G=36.42%
B=39.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811221320.390.0800.48191.7623.9441.76
Hex517A84278030c0182a
Octal12117220447100603003052
Binary1010001111101010000100100111100001100001100000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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