#505AC5

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

Shades of Free Speech Blue #505AC5

Tints of Free Speech Blue #505AC5

Color information

#505AC5 (or 0x505AC5) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5A and C5. RGB value is (80,90,197). Sum of RGB (Red+Green+Blue) = 80+90+197=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 197 (77.34% from 255 or 53.68% from 367); Max value from RGB is 197 - color contains mainly: blue. Hex color #505AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505AC5 is #AFA53A. Grayscale: #626262. Windows color (decimal): -11511099 or 12933712. OLE color: 12933712.

HSL color Cylindrical-coordinate representation of color #505AC5: hue angle of 234.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505AC5 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8090197-
CMYK0.590.5400.23
HSL234.87º50.21%54.31%-
HSV(B)234.87º59.39%77.25%-
XYZ17.0413.0554.44-
YUV99.21183.19114.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 197 (77.34% from 255) = 53.68%
R=21.80%
G=24.52%
B=53.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80901970.590.5400.23234.8750.2154.31
Hex505AC53B36017eb3236
Octal12013230573660273536266
Binary101000010110101100010111101111011001011111101011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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