#505BC1

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

Shades of Free Speech Blue #505BC1

Tints of Free Speech Blue #505BC1

Color information

#505BC1 (or 0x505BC1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and C1. RGB value is (80,91,193). Sum of RGB (Red+Green+Blue) = 80+91+193=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #505BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BC1 is #AFA43E. Grayscale: #626262. Windows color (decimal): -11510847 or 12671824. OLE color: 12671824.

HSL color Cylindrical-coordinate representation of color #505BC1: hue angle of 234.16º 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 #505BC1 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8091193-
CMYK0.590.5300.24
HSL234.16º47.68%53.53%-
HSV(B)234.16º58.55%75.69%-
XYZ16.6713.0452.09-
YUV99.34180.86114.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=21.98%
G=25%
B=53.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80911930.590.5300.24234.1647.6853.53
Hex505BC13B35018ea3036
Octal12013330173650303526066
Binary101000010110111100000111101111010101100011101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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