#505BC5

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

Shades of Free Speech Blue #505BC5

Tints of Free Speech Blue #505BC5

Color information

#505BC5 (or 0x505BC5) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and C5. RGB value is (80,91,197). Sum of RGB (Red+Green+Blue) = 80+91+197=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #505BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BC5 is #AFA43A. Grayscale: #636363. Windows color (decimal): -11510843 or 12933968. OLE color: 12933968.

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

Color convert

RGB8091197-
CMYK0.590.5400.23
HSL234.36º50.21%54.31%-
HSV(B)234.36º59.39%77.25%-
XYZ17.1313.2254.47-
YUV99.79182.86113.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 197 (77.34% from 255) = 53.53%
R=21.74%
G=24.73%
B=53.53%

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
Decimal80911970.590.5400.23234.3650.2154.31
Hex505BC53B36017ea3236
Octal12013330573660273526266
Binary101000010110111100010111101111011001011111101010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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