#505EC9

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

Shades of Free Speech Blue #505EC9

Tints of Free Speech Blue #505EC9

Color information

#505EC9 (or 0x505EC9) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5E and C9. RGB value is (80,94,201). Sum of RGB (Red+Green+Blue) = 80+94+201=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #505EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EC9 is #AFA136. Grayscale: #656565. Windows color (decimal): -11510071 or 13196880. OLE color: 13196880.

HSL color Cylindrical-coordinate representation of color #505EC9: hue angle of 233.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505EC9 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8094201-
CMYK0.600.5300.21
HSL233.06º52.84%55.1%-
HSV(B)233.06º60.2%78.82%-
XYZ17.8513.9357.01-
YUV102.01183.86112.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=21.33%
G=25.07%
B=53.6%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80942010.600.5300.21233.0652.8455.1
Hex505EC93C35015e93537
Octal12013631174650253516567
Binary101000010111101100100111110011010101010111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,201); }

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

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

 a { background-color: rgb(80,94,201); }

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

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

 span { border-color: rgb(80,94,201); }

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