#504CD1

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

Shades of Free Speech Blue #504CD1

Tints of Free Speech Blue #504CD1

Color information

#504CD1 (or 0x504CD1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4C and D1. RGB value is (80,76,209). Sum of RGB (Red+Green+Blue) = 80+76+209=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 209 (82.03% from 255 or 57.26% from 365); Max value from RGB is 209 - color contains mainly: blue. Hex color #504CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CD1 is #AFB32E. Grayscale: #5B5B5B. Windows color (decimal): -11514671 or 13716560. OLE color: 13716560.

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

Color convert

RGB8076209-
CMYK0.620.6400.18
HSL241.8º59.11%55.88%-
HSV(B)241.8º63.64%81.96%-
XYZ17.411.4861.62-
YUV92.36193.83119.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 209 (82.03% from 255) = 57.26%
R=21.92%
G=20.82%
B=57.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80762090.620.6400.18241.859.1155.88
Hex504CD13E40012f23b38
Octal120114321761000223627370
Binary1010000100110011010001111110100000001001011110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504CD1; }

 p { color: rgb(80,76,209); }

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

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

 a { background-color: rgb(80,76,209); }

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

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

 span { border-color: rgb(80,76,209); }

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