#5263BB

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

Shades of Free Speech Blue #5263BB

Tints of Free Speech Blue #5263BB

Color information

#5263BB (or 0x5263BB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 63 and BB. RGB value is (82,99,187). Sum of RGB (Red+Green+Blue) = 82+99+187=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5263BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5263BB is #AD9C44. Grayscale: #676767. Windows color (decimal): -11377733 or 12280658. OLE color: 12280658.

HSL color Cylindrical-coordinate representation of color #5263BB: hue angle of 230.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5263BB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8299187-
CMYK0.560.4700.27
HSL230.29º43.57%52.75%-
HSV(B)230.29º56.15%73.33%-
XYZ16.9114.3148.88-
YUV103.95174.87112.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=22.28%
G=26.90%
B=50.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82991870.560.4700.27230.2943.5752.75
Hex5263BB382F01Be62c35
Octal12214327370570333465465
Binary101001011000111011101111100010111101101111100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5263BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5263BB; }

 p { color: rgb(82,99,187); }

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

<style>
 a { background-color: #5263BB; }

 a { background-color: rgb(82,99,187); }

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

<style>
 span { border-color: #5263BB; }

 span { border-color: rgb(82,99,187); }

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