#505DBF

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

Shades of Free Speech Blue #505DBF

Tints of Free Speech Blue #505DBF

Color information

#505DBF (or 0x505DBF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5D and BF. RGB value is (80,93,191). Sum of RGB (Red+Green+Blue) = 80+93+191=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #505DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DBF is #AFA240. Grayscale: #636363. Windows color (decimal): -11510337 or 12541264. OLE color: 12541264.

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

Color convert

RGB8093191-
CMYK0.580.5100.25
HSL232.97º46.44%53.14%-
HSV(B)232.97º58.12%74.9%-
XYZ16.6313.350.98-
YUV100.28179.19113.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 191 (75% from 255) = 52.47%
R=21.98%
G=25.55%
B=52.47%

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
Decimal80931910.580.5100.25232.9746.4453.14
Hex505DBF3A33019e92e35
Octal12013527772630313515665
Binary101000010111011011111111101011001101100111101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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