#505EBF

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

Shades of Free Speech Blue #505EBF

Tints of Free Speech Blue #505EBF

Color information

#505EBF (or 0x505EBF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5E and BF. RGB value is (80,94,191). Sum of RGB (Red+Green+Blue) = 80+94+191=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #505EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EBF is #AFA140. Grayscale: #646464. Windows color (decimal): -11510081 or 12541520. OLE color: 12541520.

HSL color Cylindrical-coordinate representation of color #505EBF: hue angle of 232.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505EBF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8094191-
CMYK0.580.5100.25
HSL232.43º46.44%53.14%-
HSV(B)232.43º58.12%74.9%-
XYZ16.7113.4751.01-
YUV100.87178.86113.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 191 (75% from 255) = 52.33%
R=21.92%
G=25.75%
B=52.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80941910.580.5100.25232.4346.4453.14
Hex505EBF3A33019e82e35
Octal12013627772630313505665
Binary101000010111101011111111101011001101100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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