#507984

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

Shades of Paradiso #507984

Tints of Paradiso #507984

Color information

#507984 (or 0x507984) is unknown color: approx Paradiso. HEX triplet: 50, 79 and 84. RGB value is (80,121,132). Sum of RGB (Red+Green+Blue) = 80+121+132=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #507984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507984 is #AF867B. Grayscale: #6D6D6D. Windows color (decimal): -11503228 or 8681808. OLE color: 8681808.

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

Color convert

RGB80121132-
CMYK0.390.0800.48
HSL192.69º24.53%41.57%-
HSV(B)192.69º39.39%51.76%-
XYZ14.3117.0524.37-
YUV110140.42106.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=24.02%
G=36.34%
B=39.64%

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
Decimal801211320.390.0800.48192.6924.5341.57
Hex507984278030c1192a
Octal12017120447100603013152
Binary1010000111100110000100100111100001100001100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507984; }

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

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

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

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

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

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

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

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