#505EBE

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

Shades of Free Speech Blue #505EBE

Tints of Free Speech Blue #505EBE

Color information

#505EBE (or 0x505EBE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5E and BE. RGB value is (80,94,190). Sum of RGB (Red+Green+Blue) = 80+94+190=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #505EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EBE is #AFA141. Grayscale: #646464. Windows color (decimal): -11510082 or 12475984. OLE color: 12475984.

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

Color convert

RGB8094190-
CMYK0.580.5100.25
HSL232.36º45.83%52.94%-
HSV(B)232.36º57.89%74.51%-
XYZ16.6113.4350.43-
YUV100.76178.36113.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=21.98%
G=25.82%
B=52.20%

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
Decimal80941900.580.5100.25232.3645.8352.94
Hex505EBE3A33019e82e35
Octal12013627672630313505665
Binary101000010111101011111011101011001101100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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