#5363BD

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

Shades of Free Speech Blue #5363BD

Tints of Free Speech Blue #5363BD

Color information

#5363BD (or 0x5363BD) is unknown color: approx Free Speech Blue. HEX triplet: 53, 63 and BD. RGB value is (83,99,189). Sum of RGB (Red+Green+Blue) = 83+99+189=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #5363BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363BD is #AC9C42. Grayscale: #686868. Windows color (decimal): -11312195 or 12411731. OLE color: 12411731.

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

Color convert

RGB8399189-
CMYK0.560.4800.26
HSL230.94º44.54%53.33%-
HSV(B)230.94º56.08%74.12%-
XYZ17.2114.4450.02-
YUV104.48175.7112.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=22.37%
G=26.68%
B=50.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83991890.560.4800.26230.9444.5453.33
Hex5363BD383001Ae72d35
Octal12314327570600323475565
Binary101001111000111011110111100011000001101011100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5363BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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