#5364BE

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

Shades of Free Speech Blue #5364BE

Tints of Free Speech Blue #5364BE

Color information

#5364BE (or 0x5364BE) is unknown color: approx Free Speech Blue. HEX triplet: 53, 64 and BE. RGB value is (83,100,190). Sum of RGB (Red+Green+Blue) = 83+100+190=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5364BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364BE is #AC9B41. Grayscale: #686868. Windows color (decimal): -11311938 or 12477523. OLE color: 12477523.

HSL color Cylindrical-coordinate representation of color #5364BE: hue angle of 230.47º 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 #5364BE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83100190-
CMYK0.560.4700.25
HSL230.47º45.15%53.53%-
HSV(B)230.47º56.32%74.51%-
XYZ17.4214.6750.63-
YUV105.18175.87112.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=22.25%
G=26.81%
B=50.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831001900.560.4700.25230.4745.1553.53
Hex5364BE382F019e62d36
Octal12314427670570313465566
Binary101001111001001011111011100010111101100111100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5364BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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