#505BBB

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

Shades of Free Speech Blue #505BBB

Tints of Free Speech Blue #505BBB

Color information

#505BBB (or 0x505BBB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and BB. RGB value is (80,91,187). Sum of RGB (Red+Green+Blue) = 80+91+187=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #505BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BBB is #AFA444. Grayscale: #626262. Windows color (decimal): -11510853 or 12278608. OLE color: 12278608.

HSL color Cylindrical-coordinate representation of color #505BBB: hue angle of 233.83º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505BBB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8091187-
CMYK0.570.5100.27
HSL233.83º44.03%52.35%-
HSV(B)233.83º57.22%73.33%-
XYZ16.0212.7848.64-
YUV98.65177.86114.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=22.35%
G=25.42%
B=52.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80911870.570.5100.27233.8344.0352.35
Hex505BBB393301Bea2c34
Octal12013327371630333525464
Binary101000010110111011101111100111001101101111101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,187); }

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

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

 a { background-color: rgb(80,91,187); }

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

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

 span { border-color: rgb(80,91,187); }

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