#5363BE

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

Shades of Free Speech Blue #5363BE

Tints of Free Speech Blue #5363BE

Color information

#5363BE (or 0x5363BE) is unknown color: approx Free Speech Blue. HEX triplet: 53, 63 and BE. RGB value is (83,99,190). Sum of RGB (Red+Green+Blue) = 83+99+190=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #5363BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363BE is #AC9C41. Grayscale: #686868. Windows color (decimal): -11312194 or 12477267. OLE color: 12477267.

HSL color Cylindrical-coordinate representation of color #5363BE: hue angle of 231.03º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5363BE is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8399190-
CMYK0.560.4800.25
HSL231.03º45.15%53.53%-
HSV(B)231.03º56.32%74.51%-
XYZ17.3214.4850.6-
YUV104.59176.2112.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=22.31%
G=26.61%
B=51.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83991900.560.4800.25231.0345.1553.53
Hex5363BE3830019e72d36
Octal12314327670600313475566
Binary101001111000111011111011100011000001100111100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5363BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5363BE; }

 p { color: rgb(83,99,190); }

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

<style>
 a { background-color: #5363BE; }

 a { background-color: rgb(83,99,190); }

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

<style>
 span { border-color: #5363BE; }

 span { border-color: rgb(83,99,190); }

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