#5365BF

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

Shades of Free Speech Blue #5365BF

Tints of Free Speech Blue #5365BF

Color information

#5365BF (or 0x5365BF) is unknown color: approx Free Speech Blue. HEX triplet: 53, 65 and BF. RGB value is (83,101,191). Sum of RGB (Red+Green+Blue) = 83+101+191=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5365BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365BF is #AC9A40. Grayscale: #696969. Windows color (decimal): -11311681 or 12543315. OLE color: 12543315.

HSL color Cylindrical-coordinate representation of color #5365BF: hue angle of 230º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5365BF is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83101191-
CMYK0.570.4700.25
HSL230º45.76%53.73%-
HSV(B)230º56.54%74.9%-
XYZ17.6214.9151.24-
YUV105.88176.04111.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 191 (75% from 255) = 50.93%
R=22.13%
G=26.93%
B=50.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831011910.570.4700.2523045.7653.73
Hex5365BF392F019e62e36
Octal12314527771570313465666
Binary101001111001011011111111100110111101100111100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5365BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5365BF; }

 p { color: rgb(83,101,191); }

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

<style>
 a { background-color: #5365BF; }

 a { background-color: rgb(83,101,191); }

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

<style>
 span { border-color: #5365BF; }

 span { border-color: rgb(83,101,191); }

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