#505AC2

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

Shades of Free Speech Blue #505AC2

Tints of Free Speech Blue #505AC2

Color information

#505AC2 (or 0x505AC2) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5A and C2. RGB value is (80,90,194). Sum of RGB (Red+Green+Blue) = 80+90+194=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 194 (76.17% from 255 or 53.30% from 364); Max value from RGB is 194 - color contains mainly: blue. Hex color #505AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AC2 is #AFA53D. Grayscale: #626262. Windows color (decimal): -11511102 or 12737104. OLE color: 12737104.

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

Color convert

RGB8090194-
CMYK0.590.5400.24
HSL234.74º48.31%53.73%-
HSV(B)234.74º58.76%76.08%-
XYZ16.712.9152.65-
YUV98.87181.69114.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 194 (76.17% from 255) = 53.30%
R=21.98%
G=24.73%
B=53.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80901940.590.5400.24234.7448.3153.73
Hex505AC23B36018eb3036
Octal12013230273660303536066
Binary101000010110101100001011101111011001100011101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,194); }

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

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

 a { background-color: rgb(80,90,194); }

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

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

 span { border-color: rgb(80,90,194); }

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