#505FC6

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

Shades of Free Speech Blue #505FC6

Tints of Free Speech Blue #505FC6

Color information

#505FC6 (or 0x505FC6) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5F and C6. RGB value is (80,95,198). Sum of RGB (Red+Green+Blue) = 80+95+198=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #505FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FC6 is #AFA039. Grayscale: #656565. Windows color (decimal): -11509818 or 13000528. OLE color: 13000528.

HSL color Cylindrical-coordinate representation of color #505FC6: hue angle of 232.37º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505FC6 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8095198-
CMYK0.600.5200.22
HSL232.37º50.86%54.51%-
HSV(B)232.37º59.6%77.65%-
XYZ17.5913.9755.19-
YUV102.26182.03112.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=21.45%
G=25.47%
B=53.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80951980.600.5200.22232.3750.8654.51
Hex505FC63C34016e83337
Octal12013730674640263506367
Binary101000010111111100011011110011010001011011101000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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