#505DC1

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

Shades of Free Speech Blue #505DC1

Tints of Free Speech Blue #505DC1

Color information

#505DC1 (or 0x505DC1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5D and C1. RGB value is (80,93,193). Sum of RGB (Red+Green+Blue) = 80+93+193=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #505DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC1 is #AFA23E. Grayscale: #646464. Windows color (decimal): -11510335 or 12672336. OLE color: 12672336.

HSL color Cylindrical-coordinate representation of color #505DC1: hue angle of 233.1º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505DC1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8093193-
CMYK0.590.5200.24
HSL233.1º47.68%53.53%-
HSV(B)233.1º58.55%75.69%-
XYZ16.8513.3852.15-
YUV100.51180.19113.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=21.86%
G=25.41%
B=52.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80931930.590.5200.24233.147.6853.53
Hex505DC13B34018e93036
Octal12013530173640303516066
Binary101000010111011100000111101111010001100011101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505DC1; }

 p { color: rgb(80,93,193); }

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

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

 a { background-color: rgb(80,93,193); }

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

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

 span { border-color: rgb(80,93,193); }

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