#505FC2

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

Shades of Free Speech Blue #505FC2

Tints of Free Speech Blue #505FC2

Color information

#505FC2 (or 0x505FC2) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5F and C2. RGB value is (80,95,194). Sum of RGB (Red+Green+Blue) = 80+95+194=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #505FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FC2 is #AFA03D. Grayscale: #656565. Windows color (decimal): -11509822 or 12738384. OLE color: 12738384.

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

Color convert

RGB8095194-
CMYK0.590.5100.24
HSL232.11º48.31%53.73%-
HSV(B)232.11º58.76%76.08%-
XYZ17.1413.7852.8-
YUV101.8180.03112.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=21.68%
G=25.75%
B=52.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80951940.590.5100.24232.1148.3153.73
Hex505FC23B33018e83036
Octal12013730273630303506066
Binary101000010111111100001011101111001101100011101000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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