#5048D0

Color #5048D0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5048D0

Tints of Free Speech Blue #5048D0

Color information

#5048D0 (or 0x5048D0) is unknown color: approx Free Speech Blue. HEX triplet: 50, 48 and D0. RGB value is (80,72,208). Sum of RGB (Red+Green+Blue) = 80+72+208=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #5048D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048D0 is #AFB72F. Grayscale: #595959. Windows color (decimal): -11515696 or 13650000. OLE color: 13650000.

HSL color Cylindrical-coordinate representation of color #5048D0: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5048D0 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8072208-
CMYK0.620.6500.18
HSL243.53º59.13%54.9%-
HSV(B)243.53º65.38%81.57%-
XYZ17.0110.8960.88-
YUV89.9194.65120.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 208 (81.64% from 255) = 57.78%
R=22.22%
G=20%
B=57.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80722080.620.6500.18243.5359.1354.9
Hex5048D03E41012f43b37
Octal120110320761010223647367
Binary1010000100100011010000111110100000101001011110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5048D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5048D0; }

 p { color: rgb(80,72,208); }

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

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

 a { background-color: rgb(80,72,208); }

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

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

 span { border-color: rgb(80,72,208); }

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