#517984

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

Shades of Paradiso #517984

Tints of Paradiso #517984

Color information

#517984 (or 0x517984) is unknown color: approx Paradiso. HEX triplet: 51, 79 and 84. RGB value is (81,121,132). Sum of RGB (Red+Green+Blue) = 81+121+132=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #517984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517984 is #AE867B. Grayscale: #6E6E6E. Windows color (decimal): -11437692 or 8681809. OLE color: 8681809.

HSL color Cylindrical-coordinate representation of color #517984: hue angle of 192.94º 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 #517984 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81121132-
CMYK0.390.0800.48
HSL192.94º23.94%41.76%-
HSV(B)192.94º38.64%51.76%-
XYZ14.417.0924.37-
YUV110.29140.25107.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=24.25%
G=36.23%
B=39.52%

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
Decimal811211320.390.0800.48192.9423.9441.76
Hex517984278030c1182a
Octal12117120447100603013052
Binary1010001111100110000100100111100001100001100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517984; }

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

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

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

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

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

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

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

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