#505BBE

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

Shades of Free Speech Blue #505BBE

Tints of Free Speech Blue #505BBE

Color information

#505BBE (or 0x505BBE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and BE. RGB value is (80,91,190). Sum of RGB (Red+Green+Blue) = 80+91+190=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #505BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BBE is #AFA441. Grayscale: #626262. Windows color (decimal): -11510850 or 12475216. OLE color: 12475216.

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

Color convert

RGB8091190-
CMYK0.580.5200.25
HSL234º45.83%52.94%-
HSV(B)234º57.89%74.51%-
XYZ16.3412.9150.34-
YUV99179.36114.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=22.16%
G=25.21%
B=52.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80911900.580.5200.2523445.8352.94
Hex505BBE3A34019ea2e35
Octal12013327672640313525665
Binary101000010110111011111011101011010001100111101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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