#515EBF

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

Shades of Free Speech Blue #515EBF

Tints of Free Speech Blue #515EBF

Color information

#515EBF (or 0x515EBF) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5E and BF. RGB value is (81,94,191). Sum of RGB (Red+Green+Blue) = 81+94+191=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #515EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EBF is #AEA140. Grayscale: #646464. Windows color (decimal): -11444545 or 12541521. OLE color: 12541521.

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

Color convert

RGB8194191-
CMYK0.580.5100.25
HSL232.91º46.22%53.33%-
HSV(B)232.91º57.59%74.9%-
XYZ16.813.5251.01-
YUV101.17178.69113.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 191 (75% from 255) = 52.19%
R=22.13%
G=25.68%
B=52.19%

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
Decimal81941910.580.5100.25232.9146.2253.33
Hex515EBF3A33019e92e35
Octal12113627772630313515665
Binary101000110111101011111111101011001101100111101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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